mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Fix: Center alignment icon of text widget's alignment property is different color in dark mode (#1877)
* solved svg color issue * removed unwanted lines
This commit is contained in:
parent
b3245b5a25
commit
d0fe83f97c
1 changed files with 1 additions and 8 deletions
|
|
@ -45,14 +45,7 @@ export const AlignButtons = ({ param, definition, onChange, paramType, component
|
|||
checked={initialValue === 'center'}
|
||||
/>
|
||||
<div className="action-icon">
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 16 16"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className="svg-icon"
|
||||
>
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M2 4H14M4.66667 8H11.3333M3.33333 12H12.6667"
|
||||
stroke={initialValue == 'center' ? '#fff' : '#8092AC'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue