We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86afa3 commit ef96a58Copy full SHA for ef96a58
client/packages/lowcoder-design/src/components/colorSelect/index.tsx
@@ -45,7 +45,7 @@ export const ColorSelect = (props: ColorSelectProps) => {
45
<div style={{ position: "relative" }}>
46
<RgbaStringColorPicker color={pickerColor.current} onChange={throttleChange} />
47
<AlphaDiv color={color?.substring(0, 7)}>
48
- <BackDiv color={alphaOfRgba(toRGBA(color))}></BackDiv>
+ <BackDiv $color={alphaOfRgba(toRGBA(color))}></BackDiv>
49
</AlphaDiv>
50
</div>
51
<ConstantDiv>
@@ -66,7 +66,7 @@ export const ColorSelect = (props: ColorSelectProps) => {
66
}
67
>
68
<ColorBlock $color={color?.substring(0, 7)}>
69
70
</ColorBlock>
71
</Popover>
72
);
0 commit comments