Skip to content

Commit a01f7e3

Browse files
author
Lucas Araujo
committed
[DDW-738] Fix font weights
1 parent 6aab996 commit a01f7e3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

source/renderer/app/components/sidebar/SidebarCategoryWrapper.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
font-family: var(--font-regular);
1010
font-size: 14px;
1111
line-height: 1.36;
12+
13+
b {
14+
font-family: var(--font-semibold);
15+
}
1216
}
1317

1418
:global {

source/renderer/app/features/discreet-mode/ui/discreet-toggle-top-bar/DiscreetToggleTopBar.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
width: 210px;
3333

3434
.content {
35-
font-family: var(--font-light);
35+
font-family: var(--font-regular);
3636
font-size: 14px;
37+
38+
b {
39+
font-family: var(--font-semibold);
40+
}
3741
}
3842
}

0 commit comments

Comments
 (0)