mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
Update chart colors to increase contrasts between the A series. (#10579)
Makes it easier to tell the difference between a1 and a2 in particular. Before: <img width="1468" height="499" alt="image" src="https://github.com/user-attachments/assets/a77c4e61-33c1-4c87-8b39-f9919122137d" /> After: <img width="1384" height="486" alt="image" src="https://github.com/user-attachments/assets/b35e856a-e6d3-44b4-adea-dfeb15bcdfcc" />
This commit is contained in:
parent
f827d5e832
commit
758ea69f4f
@ -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