Skip to content

Commit

Permalink
fix(TopBar): reduce the font weight
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <[email protected]>
  • Loading branch information
DorraJaouad authored and Antreesy committed Sep 25, 2024
1 parent 6541eda commit 67ea14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export default {
}
}
.title {
font-weight: bold;
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit 67ea14a

Please sign in to comment.