Merge pull request #4747 from inrumi/a11y-patches
Better contrast in dark theme
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/core': patch
|
||||
'@backstage/theme': patch
|
||||
---
|
||||
|
||||
Changed color for Add Item, Support & Choose buttons with low contrast/readability in dark mode
|
||||
@@ -102,7 +102,10 @@ export const darkTheme = createTheme({
|
||||
},
|
||||
},
|
||||
primary: {
|
||||
main: '#2E77D0',
|
||||
main: '#8CB4E5',
|
||||
},
|
||||
secondary: {
|
||||
main: '#FF88B2',
|
||||
},
|
||||
banner: {
|
||||
info: '#2E77D0',
|
||||
|
||||
Reference in New Issue
Block a user