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:
@@ -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.
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user