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

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Nick Misasi
2023-06-15 09:43:01 -04:00
коммит произвёл GitHub
родитель d655ab94a3
Коммит d7a3d14c5e

Просмотреть файл

@@ -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;