File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder-design/src/components/colorSelect Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const ColorSelect = (props: ColorSelectProps) => {
45
45
< div style = { { position : "relative" } } >
46
46
< RgbaStringColorPicker color = { pickerColor . current } onChange = { throttleChange } />
47
47
< AlphaDiv color = { color ?. substring ( 0 , 7 ) } >
48
- < BackDiv color = { alphaOfRgba ( toRGBA ( color ) ) } > </ BackDiv >
48
+ < BackDiv $ color= { alphaOfRgba ( toRGBA ( color ) ) } > </ BackDiv >
49
49
</ AlphaDiv >
50
50
</ div >
51
51
< ConstantDiv >
@@ -66,7 +66,7 @@ export const ColorSelect = (props: ColorSelectProps) => {
66
66
}
67
67
>
68
68
< ColorBlock $color = { color ?. substring ( 0 , 7 ) } >
69
- < BackDiv color = { alphaOfRgba ( toRGBA ( color ) ) } > </ BackDiv >
69
+ < BackDiv $ color= { alphaOfRgba ( toRGBA ( color ) ) } > </ BackDiv >
70
70
</ ColorBlock >
71
71
</ Popover >
72
72
) ;
You can’t perform that action at this time.
0 commit comments