Skip to content

Commit a77701f

Browse files
Fix issue #51 : Change User dropdown background color
1 parent 8809fa8 commit a77701f

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

dist/dev/index.js

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

dist/prod/index.js

+2-2
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
@@ -23,6 +23,7 @@ $gray-joining-date: #404041;
2323

2424
$turquoise: #43D7B0;
2525
$turquoise-dark: #0AB88A;
26+
$turquoise-super-dark: #137D60;
2627
$teal: #264346;
2728
$teal-light: #1F7E8A;
2829
$red: #EF476F;

src/components/AccountMenu/styles.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
align-items: center;
3232

3333
&:not(.header-mobile) {
34-
background: $turquoise-dark;
34+
background: $turquoise-super-dark;
3535
color: $white;
3636
height: 90px;
3737
@include not-mobile {

0 commit comments

Comments
 (0)