Skip to content

Commit 0676b17

Browse files
committed
fix primary
1 parent 148825f commit 0676b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const saasExtraProviders = (environment as any).saas
4545
: [];
4646
const colorConfig: IColorConfig<Palettes, Colors> = {
4747
palettes: {
48-
primaryPalette: '#2563eb',
48+
primaryPalette: '#212121',
4949
accentedPalette: '#2563eb',
5050
warnPalette: '#B71C1C',
5151
whitePalette: '#FFFFFF',

0 commit comments

Comments
 (0)