Skip to content

Commit

Permalink
Fix undefined color in default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed Sep 25, 2024
1 parent a08fb80 commit 27bbffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/DefaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DraftbitTheme = createTheme({
primary: palettes.draftbit.primary,
secondary: palettes.draftbit.secondary,
tertiary: palettes.draftbit.tertiary,
accent: palettes.draftbit.accent,
accent: palettes.draftbit.secondary,
},
text: {
strong: palettes.draftbit.strong,
Expand Down

0 comments on commit 27bbffb

Please sign in to comment.