mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
stash
This commit is contained in:
parent
26eb4076ce
commit
ed3e794618
|
@ -27,7 +27,7 @@ export class Select<
|
|||
{...this.props}
|
||||
theme={(theme) => ({
|
||||
...theme,
|
||||
borderRadius: this.props.theme.inputBorderRadius,
|
||||
borderRadius: 0,
|
||||
colors: {
|
||||
...theme.colors,
|
||||
|
||||
|
@ -63,6 +63,11 @@ export class Select<
|
|||
backgroundColor: props.isDisabled
|
||||
? props.theme.colors.neutral10
|
||||
: props.theme.colors.neutral5,
|
||||
borderColor: isDisabled
|
||||
? colors.neutral10
|
||||
: isFocused
|
||||
? colors.primary
|
||||
: colors.neutral20,
|
||||
}),
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user