mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 05:26:00 +00:00
dark mode fixes
This commit is contained in:
@@ -37,16 +37,19 @@ export default function ThemeHelmet() {
|
||||
input {
|
||||
background-color: ${theme.input_background};
|
||||
color: ${theme.input_font1};
|
||||
border: 1px solid ${theme.border};
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: ${theme.input_background};
|
||||
color: ${theme.input_font1};
|
||||
border: 1px solid ${theme.border};
|
||||
}
|
||||
|
||||
textarea {
|
||||
background-color: ${theme.input_background};
|
||||
color: ${theme.input_font1};
|
||||
border: 1px solid ${theme.border};
|
||||
}
|
||||
|
||||
${_.flatten(
|
||||
|
||||
Reference in New Issue
Block a user