File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
blocksuite/affine/model/src/themes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
8383const 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,
You can’t perform that action at this time.
0 commit comments