mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore: adjust the border color of Point component (#8185)
close AF-1367
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ export const Point = ({
|
|||||||
height: size,
|
height: size,
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
backgroundColor: `var(${color})`,
|
backgroundColor: `var(${color})`,
|
||||||
border: `1px solid ${cssVarV2('layer/insideBorder/border')}`,
|
border: `1px solid ${cssVarV2('layer/insideBorder/blackBorder')}`,
|
||||||
}}
|
}}
|
||||||
></div>
|
></div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user