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:
Ben Lambert
2025-06-24 10:22:15 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---
Update uncomfortably bright color in recently visited and top visited home page cards
+1 -1
View File
@@ -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'],