Merge pull request #30122 from lucasduartems/change_bright_color
chore(pageTheme): Update uncomfortably bright color in recently visited and top visited home page cards
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/theme': patch
|
||||
---
|
||||
|
||||
Update uncomfortably bright color in recently visited and top visited home page cards
|
||||
@@ -50,7 +50,7 @@ export const colorVariants: Record<string, string[]> = {
|
||||
rubyRed: ['#98002B', '#8D1134'],
|
||||
toastyOrange: ['#BE2200', '#A41D00'],
|
||||
purpleSky: ['#8912CA', '#3E00EA'],
|
||||
eveningSea: ['#00FFF2', '#035355'],
|
||||
eveningSea: ['#00CFC5', '#035355'],
|
||||
teal: ['#005B4B'],
|
||||
pinkSea: ['#C8077A', '#C2297D'],
|
||||
greens: ['#4BB8A5', '#187656'],
|
||||
|
||||
Reference in New Issue
Block a user