mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +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,
|
||||
borderRadius: '50%',
|
||||
backgroundColor: `var(${color})`,
|
||||
border: `1px solid ${cssVarV2('layer/insideBorder/border')}`,
|
||||
border: `1px solid ${cssVarV2('layer/insideBorder/blackBorder')}`,
|
||||
}}
|
||||
></div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user