Skip to content

Commit

Permalink
Update default color in App.css
Browse files Browse the repository at this point in the history
The default color variable in App.css has been changed from #333333 to hotpink. This change affects all elements and components styled with this variable.
  • Loading branch information
josch87 committed Jun 7, 2024
1 parent e9daf57 commit 5b6349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--default-border-color: lightgrey;
--default-border-radius: 15px;
--header-height: 70px;
--default-color: #333333;
--default-color: hotpink;
--primary-color: #6200ea;
--error-color: red;
}
Expand Down

0 comments on commit 5b6349d

Please sign in to comment.