File tree 2 files changed +3
-3
lines changed
lowcoder-design/src/components/colorSelect
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lowcoder-cli" ,
3
3
"description" : " CLI tool used to start build publish lowcoder components" ,
4
- "version" : " 0.0.28 " ,
4
+ "version" : " 0.0.29 " ,
5
5
"license" : " MIT" ,
6
6
"bin" : " ./index.js" ,
7
7
"type" : " module" ,
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