mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixes REST API icon in darkmode (#815)
* query image darkmode fix * lint fixes
This commit is contained in:
parent
603108014f
commit
2f70b4a259
1 changed files with 1 additions and 0 deletions
|
|
@ -376,6 +376,7 @@ class Editor extends React.Component {
|
||||||
>
|
>
|
||||||
<div className="col">
|
<div className="col">
|
||||||
<img
|
<img
|
||||||
|
className="svg-icon"
|
||||||
src={`/assets/images/icons/editor/datasources/${sourceMeta.kind.toLowerCase()}.svg`}
|
src={`/assets/images/icons/editor/datasources/${sourceMeta.kind.toLowerCase()}.svg`}
|
||||||
width="20"
|
width="20"
|
||||||
height="20"
|
height="20"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue