1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

Update chart colors to increase contrasts between the A series.

This commit is contained in:
Thomas Heartman 2025-08-29 14:46:52 +02:00
parent 718a731d2f
commit e764e9e725
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78
3 changed files with 6 additions and 9 deletions

View File

@ -221,10 +221,9 @@ const theme = {
*/
charts: {
A1: '#6C65E5',
A2: '#8C87EB',
A3: '#ADA9F1',
A4: '#CECCF6',
A5: '#F1F0FC',
A2: '#9D98EE',
A3: '#CECCF6',
A4: '#F1F0FC',
B1: '#1791AE',
C1: '#DF416E',
D1: '#D76500',

View File

@ -277,10 +277,9 @@ const theme = {
*/
charts: {
A1: '#6C65E5',
A2: '#8C87EB',
A3: '#ADA9F1',
A4: '#CECCF6',
A5: '#F1F0FC',
A2: '#9D98EE',
A3: '#CECCF6',
A4: '#F1F0FC',
B1: '#1791AE',
C1: '#DF416E',
D1: '#D76500',

View File

@ -142,7 +142,6 @@ declare module '@mui/material/styles' {
A2: string;
A3: string;
A4: string;
A5: string;
B1: string;
C1: string;
D1: string;