mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: adjust the border color of Point component (#8185)
close AF-1367
This commit is contained in:
@@ -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