Fix dark mode for call settings

This commit is contained in:
Payton Quinn 2022-04-20 21:56:26 -07:00
parent c165bc964a
commit 1087e9261d
1 changed files with 2 additions and 0 deletions

View File

@ -7291,6 +7291,8 @@ button.module-image__border-overlay:focus {
select {
@include font-body-1;
background: $color-gray-75;
color: $color-gray-02;
-webkit-appearance: none;
border-radius: 4px;
border: 1px solid $color-gray-45;