Skip to content

Commit

Permalink
frontend: Fix dark theme error.light to be lighter
Browse files Browse the repository at this point in the history
Signed-off-by: René Dudfield <[email protected]>
  • Loading branch information
illume committed Aug 30, 2024
1 parent 8bcb5b5 commit ba83d0f
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 ba83d0f

Please sign in to comment.