Skip to content

Commit 048ff11

Browse files
authored
fix(gen2/darkmode): fix color of mobile menu toggle on gen2 darkmode (#6781)
1 parent 625cdd1 commit 048ff11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/GlobalNav/GlobalNav.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
gap: var(--amplify-space-xxs);
7777
padding: var(--amplify-space-small);
7878
&:focus {
79-
outline: 2px solid var(--amplify-colors-font-inverse);
79+
outline: 2px solid var(--amplify-colors-white);
8080
}
8181
}
8282

@@ -319,11 +319,11 @@
319319
}
320320
&:focus {
321321
background-color: var(--amplify-colors-purple-60);
322-
box-shadow: 0 0 0 2px var(--amplify-colors-font-inverse);
322+
box-shadow: 0 0 0 2px var(--amplify-colors-white);
323323
}
324324
}
325325
.chevron-icon {
326-
fill: var(--amplify-colors-font-inverse);
326+
fill: var(--amplify-colors-white);
327327
}
328328
[data-amplify-color-mode='dark'] & {
329329
--navbar-background-color: var(--amplify-colors-purple-40);

0 commit comments

Comments
 (0)