Add theming support to one of the dropdown input components (#23734)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Nick Misasi 2023-06-15 09:43:01 -04:00 committed by GitHub
parent d655ab94a3
commit d7a3d14c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,20 @@ $dropdown_input_index: 999999;
}
}
.DropdownInput__controlContainer {
.DropDown__control {
background-color: var(--center-channel-bg);
}
}
.DropDown__menu {
background-color: var(--center-channel-bg) !important;
}
.DropDown__single-value {
color: var(--center-channel-color) !important;
}
.DropdownInput__indicatorsContainer {
margin-right: 8px;