Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec4914d

Browse files
committed
Update color palette
1 parent b19cf70 commit ec4914d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/theme/palettes.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ export const darkPalette: PaletteOptions = {
3434
info: {
3535
main: colors.blue[11],
3636
dark: colors.blue[15],
37+
contrastText: colors.gray[3]
3738
},
3839
error: {
39-
main: colors.red[11],
40+
main: colors.red[5],
4041
dark: colors.red[15],
42+
contrastText: colors.gray[3]
4143
},
4244
}

0 commit comments

Comments
 (0)