Skip to content

Commit

Permalink
Update colors for B19
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Sep 21, 2024
1 parent 27fc2f5 commit 8376a8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export default new Vuetify({
theme: {
themes: {
light: {
primary: "#61518F",
secondary: "#90EE02"
primary: "#197052",
secondary: "#701937"
},
dark: {
primary: "#61518F",
secondary: "#90EE02"
primary: "#197052",
secondary: "#701937"
}
}
}
Expand Down

0 comments on commit 8376a8e

Please sign in to comment.