Skip to content

Commit 98b52a3

Browse files
committed
updated Pilot theme
1 parent 4d196b7 commit 98b52a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/ts/constants/themes.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,11 +2328,11 @@ export const themes: Record<ThemeName, Theme> = {
23282328
main: "#178c81",
23292329
sub: "#7f7f7e",
23302330
subAlt: "#332F2F",
2331-
text: "#178c81",
2331+
text: "#808080",
23322332
error: "#FF3F34",
2333-
errorExtra: "#de0202",
2334-
colorfulError: "#994242",
2335-
colorfulErrorExtra: "#994242",
2333+
errorExtra: "#FF0000",
2334+
colorfulError: "#FF0000",
2335+
colorfulErrorExtra: "#FF0000",
23362336
},
23372337
};
23382338

0 commit comments

Comments
 (0)