web.common: AdvancedSelector: fixed text style

This commit is contained in:
Daniil Senkiv 2020-01-10 18:28:12 +03:00
parent e8f4d68dd8
commit 6a47d61038

View File

@ -161,6 +161,12 @@ const StyledSelector = styled(Container)`
}
`}
`}
.options_searcher input {
color: #A3A9AE;
font-size: 14px;
font-weight: 600;
}
}
.body-options {