Skip to content

Commit

Permalink
fix: code filled primary color (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Jan 14, 2025
1 parent 8623648 commit 95fa646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/Code/Code.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
filledColor: {
false: '',
muted: 'bg-gray-600 text-light dark:bg-gray-800',
primary: 'bg-primary text-light',
secondary: 'bg-dark text-light',
primary: 'bg-gray-200 text-primary dark:bg-gray-700',
secondary: 'bg-gray-700 text-light dark:bg-gray-200',
success: 'bg-success text-light',
danger: 'bg-danger text-light',
warning: 'bg-warning text-light',
Expand Down

0 comments on commit 95fa646

Please sign in to comment.