Skip to content

Commit d025ecd

Browse files
committed
chore(editor): update default colors of shape
1 parent 0b3dba6 commit d025ecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blocksuite/affine/model/src/themes/default.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const StrokeColorPalettes: Palette[] = [
7878
...buildPalettes(StrokeColorMap),
7979
] as const;
8080

81-
const FillColorMap = { ...Light, Black, White } as const;
81+
const FillColorMap = { ...Medium, Black, White } as const;
8282

8383
const FillColorPalettes: Palette[] = [...buildPalettes(FillColorMap)] as const;
8484

@@ -89,9 +89,9 @@ export const DefaultTheme: Theme = {
8989
white: White,
9090
transparent: Transparent,
9191
textColor: Medium.Blue,
92-
shapeTextColor: Black,
92+
shapeTextColor: pureBlack,
9393
shapeStrokeColor: Medium.Yellow,
94-
shapeFillColor: Light.Yellow,
94+
shapeFillColor: Medium.Yellow,
9595
connectorColor: Medium.Grey,
9696
noteBackgrounColor: NoteBackgroundColorMap.White,
9797
Palettes,

0 commit comments

Comments
 (0)