Make environment variable's delete modal's color in dark mode (#4466)

This commit is contained in:
Akarsh Jain 2022-10-17 09:47:36 +05:30 committed by GitHub
parent 08c86493f9
commit e5ea1c676c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,7 @@ class ManageOrgVarsComponent extends React.Component {
showVariableDeleteConfirmation: false,
})
}
darkMode={this.props.darkMode}
/>
<div className="page-wrapper">