Skip to content

Commit 8aae32c

Browse files
issue 2435 font fix
1 parent 2355cbf commit 8aae32c

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

dist/dev/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/prod/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/sass/_global/_variables.scss

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $gray-03: #AAA;
1919
$gray-02: #E0E0E0;
2020
$gray-hover-profile-icon: rgba(85, 85, 85, 0.4);
2121
$gray-neutral-light: #FBFBFB;
22+
$gray-joining-date: #404041;
2223

2324
$turquoise: #43D7B0;
2425
$turquoise-dark: #0AB88A;

src/components/AccountMenu/styles.module.scss

+2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@
169169
}
170170

171171
.description {
172+
@include Roboto-Regular;
172173
font-size: 12px;
174+
color: $gray-joining-date;
173175
}
174176
}
175177

0 commit comments

Comments
 (0)