Replace color proposed by one Backstage color

Signed-off-by: Victor Perera <v-vperera@expediagroup.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Victor Perera
2021-03-24 13:01:40 -06:00
committed by Fredrik Adelöw
parent 08b25805d1
commit 9c9df47f4f
+3 -3
View File
@@ -111,7 +111,7 @@ export const darkTheme = createTheme({
info: '#2E77D0',
error: '#E22134',
text: '#FFFFFF',
link: '#0A6EBE',
link: '#FDFB9F',
},
border: '#E6E6E6',
textContrast: '#FFFFFF',
@@ -124,8 +124,8 @@ export const darkTheme = createTheme({
errorText: '#CA001B',
infoText: '#004e8a',
warningText: '#000000',
linkHover: '#EFE5A1',
link: '#EFE5B1',
linkHover: '#FFED51',
link: '#FDFB9F',
gold: yellow.A700,
navigation: {
background: '#424242',