Skip to content

Commit cf9f14a

Browse files
alencarlucasdavimacedo
authored andcommitted
Fix: Fonts on AppsIndex (#1197)
1 parent 3f9dcd0 commit cf9f14a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/Sidebar/Sidebar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $footerHeight: 36px;
7070
}
7171

7272
.footer {
73-
@include NotoSansFont;
73+
@include DosisFont;
7474
position: absolute;
7575
background: #05283c;
7676
height: $footerHeight;
@@ -255,6 +255,7 @@ $footerHeight: 36px;
255255

256256
> span {
257257
vertical-align: top;
258+
@include DosisFont;
258259
}
259260

260261
> svg {

src/dashboard/Apps/AppsIndex.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
}
130130

131131
.appname {
132+
@include DosisFont;
132133
@include ellipsis();
133134
width: 100%;
134135
display: inline-block;

0 commit comments

Comments
 (0)