1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Fix #17142 - Ensure toggle arrow is visible in dark mode (#17204)

This commit is contained in:
David Walsh 2023-01-17 09:19:26 -06:00 committed by GitHub
parent 49c8b279be
commit 554939cc66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,10 @@
color: var(--color-overlay-inverse); color: var(--color-overlay-inverse);
text-align: center; text-align: center;
} }
&__icon-chevron {
color: var(--color-icon-default);
}
} }
&__item-wrapper { &__item-wrapper {
@ -52,8 +56,4 @@
cursor: pointer; cursor: pointer;
} }
} }
&__icon-chevron {
color: var(--color-icon-default);
}
} }