mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Fix query manager appearance in dark mode (#1202)
This commit is contained in:
parent
2aa6179111
commit
59e33a370c
1 changed files with 2 additions and 2 deletions
|
|
@ -592,12 +592,12 @@ class Editor extends React.Component {
|
|||
/>
|
||||
</span>
|
||||
<span
|
||||
className={`btn btn-default mx-2`}
|
||||
className={`btn btn-light mx-2`}
|
||||
onClick={this.toggleQueryEditor}
|
||||
data-tip="Show query editor"
|
||||
data-class="py-1 px-2"
|
||||
ref={this.toolTipRefShow}
|
||||
style={{ display: 'none' }}
|
||||
style={{ display: 'none', opacity: 0.5 }}
|
||||
>
|
||||
<img
|
||||
style={{ transform: 'rotate(-90deg)' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue