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:
parent
718a731d2f
commit
e764e9e725
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -142,7 +142,6 @@ declare module '@mui/material/styles' {
|
||||
A2: string;
|
||||
A3: string;
|
||||
A4: string;
|
||||
A5: string;
|
||||
B1: string;
|
||||
C1: string;
|
||||
D1: string;
|
||||
|
Loading…
Reference in New Issue
Block a user