Skip to content

Commit

Permalink
✏️ add space in secondary color definition for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Nov 11, 2024
1 parent 4c4ee13 commit db35ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kitchn/src/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const darkTheme: Theme = {
},
accent: {
primary: "rgb(80, 60, 245)",
secondary: "rgb(70,38,228)",
secondary: "rgb(70, 38, 228)",
success: "rgb(46, 204, 113)",
warning: "rgb(241, 196, 15)",
danger: "rgb(231, 76, 60)",
Expand Down
2 changes: 1 addition & 1 deletion packages/kitchn/src/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const lightTheme: Theme = {
},
accent: {
primary: "rgb(80, 60, 245)",
secondary: "rgb(70,38,228)",
secondary: "rgb(70, 38, 228)",
success: "rgb(46, 204, 113)",
warning: "rgb(241, 196, 15)",
danger: "rgb(231, 76, 60)",
Expand Down

0 comments on commit db35ade

Please sign in to comment.