Skip to content

Commit

Permalink
Update theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbraksa committed Dec 17, 2024
1 parent d6ddadb commit 7e2efa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const theme: Theme = {
colors: {
primary: "orange",
blur: {
top: "rose",
bottom: "purple",
top: "orange",
bottom: "violet",
},
},
};
Expand Down

0 comments on commit 7e2efa6

Please sign in to comment.