Skip to content

Commit

Permalink
Fix bugs detected from sonarcloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku committed Dec 28, 2023
1 parent 655c9ed commit 8a725b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main/src/components/Storage/MergeStorages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ export default {
//}
.small-font {
font-family: Roboto;
font-family: $family-sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 18px;
Expand Down
6 changes: 3 additions & 3 deletions main/src/components/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ export default {
._title {
//styleName: Text 500Medium/Text02;
font-family: Roboto;
font-family: $family-sans-serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
Expand All @@ -839,7 +839,7 @@ export default {
._is-normal {
//styleName: Text 400Regular/Text03;
font-family: Roboto;
font-family: $family-sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.25rem;
Expand Down Expand Up @@ -1075,7 +1075,7 @@ export default {
color: hsla(208, 20%, 20%, 1);
//styleName: Text 500Medium/Text02;
font-family: Roboto;
font-family: $family-sans-serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
Expand Down

0 comments on commit 8a725b5

Please sign in to comment.