[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:
Rahul Chauhan 2023-10-31 20:05:50 +05:30 committed by GitHub
parent 6022e8d9c3
commit 6aa1ede939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {