mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Dropdown fixes
This commit is contained in:
parent
41f48df1de
commit
bbb02c64b3
1 changed files with 2 additions and 2 deletions
|
|
@ -11631,7 +11631,7 @@ tbody {
|
|||
}
|
||||
|
||||
.confirm-dialogue-body {
|
||||
background: var(--base);
|
||||
background: var(--surfaces-surface-01);
|
||||
color: var(--slate12);
|
||||
}
|
||||
|
||||
|
|
@ -14618,7 +14618,7 @@ tbody {
|
|||
}
|
||||
|
||||
.popover-body {
|
||||
background-color: var(--base);
|
||||
background-color: var(--surfaces-surface-01);
|
||||
color: var(--slate12);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue