Update light theme colours to meet WCAG (#17695)

* update light theme colours

Signed-off-by: Avantika Iyer <avantika.hiyer@gmail.com>

* update changelog

Signed-off-by: Avantika Iyer <avantika.hiyer@gmail.com>

---------

Signed-off-by: Avantika Iyer <avantika.hiyer@gmail.com>
Co-authored-by: Avantika Iyer <avantikai@spotify.com>
This commit is contained in:
Avantika Iyer
2023-05-09 09:37:27 +01:00
committed by GitHub
parent 8cec42a0e1
commit 98c0c199b1
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': minor
---
Updates light theme's primary foreground and `running` status indicator colours to meet WCAG. Previously #2E77D0 changed to #1F5493.
+2 -2
View File
@@ -33,7 +33,7 @@ export const lightTheme = createTheme({
ok: '#1DB954',
warning: '#FF9800',
error: '#E22134',
running: '#2E77D0',
running: '#1F5493',
pending: '#FFED51',
aborted: '#757575',
},
@@ -48,7 +48,7 @@ export const lightTheme = createTheme({
},
},
primary: {
main: '#2E77D0',
main: '#1F5493',
},
banner: {
info: '#2E77D0',