mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Make environment variable's delete modal's color in dark mode (#4466)
This commit is contained in:
parent
08c86493f9
commit
e5ea1c676c
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ class ManageOrgVarsComponent extends React.Component {
|
|||
showVariableDeleteConfirmation: false,
|
||||
})
|
||||
}
|
||||
darkMode={this.props.darkMode}
|
||||
/>
|
||||
|
||||
<div className="page-wrapper">
|
||||
|
|
|
|||
Loading…
Reference in a new issue