mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed Dark theme UI related issues. Fixes #6846
This commit is contained in:
committed by
Akshay Joshi
parent
65af8bcc5a
commit
038fd6ce21
@@ -589,6 +589,7 @@ const customReactSelectStyles = (theme, readonly)=>({
|
||||
...provided,
|
||||
minHeight: '0',
|
||||
backgroundColor: readonly ? theme.otherVars.inputDisabledBg : theme.palette.background.default,
|
||||
color: readonly ? theme.palette.text.muted : theme.palette.text.primary,
|
||||
borderColor: theme.otherVars.inputBorderColor,
|
||||
...(state.isFocused ? {
|
||||
borderColor: theme.palette.primary.main,
|
||||
|
||||
Reference in New Issue
Block a user