Web:Common:Components:ColorTheme:Styled:inputBlock Fixed dark theme border color searchInput

This commit is contained in:
Akmal Isomadinov 2022-12-05 16:20:52 +05:00
parent bd040302c7
commit 9a92bfda12

View File

@ -5,6 +5,7 @@ import Base from "@docspace/components/themes/base";
const getDefaultStyles = ({ $currentColorScheme, hasError, theme }) =>
$currentColorScheme &&
theme.isBase &&
css`
:focus-within {
border-color: ${(hasError && theme.input.focusErrorBorderColor) ||