chore: adjust the border color of Point component (#8185)

close AF-1367
This commit is contained in:
JimmFly
2024-09-10 09:22:34 +00:00
parent 31561d8203
commit 9ccf517e06

View File

@@ -14,7 +14,7 @@ export const Point = ({
height: size,
borderRadius: '50%',
backgroundColor: `var(${color})`,
border: `1px solid ${cssVarV2('layer/insideBorder/border')}`,
border: `1px solid ${cssVarV2('layer/insideBorder/blackBorder')}`,
}}
></div>
);