mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixes: Dark mode issue with event handler.
This commit is contained in:
parent
63e28931b0
commit
529d5dc666
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ export const EventManager = ({
|
|||
<Popover
|
||||
id="popover-basic"
|
||||
style={{ width: '350px', maxWidth: '350px' }}
|
||||
className={`${darkMode && 'popover-dark-themed theme-dark'} shadow`}
|
||||
className={`${darkMode && 'dark-theme'} shadow`}
|
||||
data-cy="popover-card"
|
||||
>
|
||||
<Popover.Body
|
||||
|
|
|
|||
Loading…
Reference in a new issue