mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
[HF23-AB] Fixed/[Icon component] the background color should be of same as the currently active theme of ToolJet (#7851)
This commit is contained in:
parent
6022e8d9c3
commit
6aa1ede939
1 changed files with 4 additions and 0 deletions
|
|
@ -6277,6 +6277,10 @@ input.hide-input-arrows {
|
|||
background-color: #232e3c;
|
||||
border-bottom: 1px solid #324156;
|
||||
}
|
||||
.popover-body {
|
||||
background-color: #232e3c;
|
||||
border-radius: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.popover-header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue