1
0
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:
Thomas Heartman 2025-09-01 08:22:44 +02:00 committed by GitHub
parent f827d5e832
commit 758ea69f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;