File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lowcoder-design/src/components/colorSelect Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " lowcoder-cli" ,
33 "description" : " CLI tool used to start build publish lowcoder components" ,
4- "version" : " 0.0.28 " ,
4+ "version" : " 0.0.29 " ,
55 "license" : " MIT" ,
66 "bin" : " ./index.js" ,
77 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const ColorSelect = (props: ColorSelectProps) => {
4545 < div style = { { position : "relative" } } >
4646 < RgbaStringColorPicker color = { pickerColor . current } onChange = { throttleChange } />
4747 < AlphaDiv color = { color ?. substring ( 0 , 7 ) } >
48- < BackDiv $ color= { alphaOfRgba ( toRGBA ( color ) ) } > </ BackDiv >
48+ < BackDiv color = { alphaOfRgba ( toRGBA ( color ) ) } > </ BackDiv >
4949 </ AlphaDiv >
5050 </ div >
5151 < ConstantDiv >
@@ -66,7 +66,7 @@ export const ColorSelect = (props: ColorSelectProps) => {
6666 }
6767 >
6868 < ColorBlock $color = { color ?. substring ( 0 , 7 ) } >
69- < BackDiv $ color= { alphaOfRgba ( toRGBA ( color ) ) } > </ BackDiv >
69+ < BackDiv color = { alphaOfRgba ( toRGBA ( color ) ) } > </ BackDiv >
7070 </ ColorBlock >
7171 </ Popover >
7272 ) ;
You can’t perform that action at this time.
0 commit comments