We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148825f commit 0676b17Copy full SHA for 0676b17
1 file changed
frontend/src/main.ts
@@ -45,7 +45,7 @@ const saasExtraProviders = (environment as any).saas
45
: [];
46
const colorConfig: IColorConfig<Palettes, Colors> = {
47
palettes: {
48
- primaryPalette: '#2563eb',
+ primaryPalette: '#212121',
49
accentedPalette: '#2563eb',
50
warnPalette: '#B71C1C',
51
whitePalette: '#FFFFFF',
0 commit comments