Skip to content

Commit

Permalink
Merge pull request #2284 from headlamp-k8s/lighter-reds
Browse files Browse the repository at this point in the history
frontend: Fix dark theme error colors to be lighter
  • Loading branch information
joaquimrocha authored Sep 2, 2024
2 parents a80242e + ba83d0f commit fbca698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const darkTheme = createTheme({
},
error: {
main: red['800'],
light: 'rgba(244, 67, 54, 0.2)',
light: red['300'],
},
home: {
status: {
Expand Down

0 comments on commit fbca698

Please sign in to comment.