Skip to content

Commit

Permalink
Merge branch 'feature/v3-colors-and-tweaks' of github.com:rapidez/bla…
Browse files Browse the repository at this point in the history
…de-components into feature/v3-colors-and-tweaks
  • Loading branch information
jordythevulder committed Jan 14, 2025
2 parents f47f833 + 7770c69 commit ee6a873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
muted: color('--foreground-muted', tailwind.colors.slate[600]),
},
border: {
emphasis: color('--border-emphasis', tailwind.colors.slate[500]),
DEFAULT: color('--border', tailwind.colors.slate[200]),
emphasis: color('--border-emphasis', tailwind.colors.slate[400]),
DEFAULT: color('--border', tailwind.colors.slate[300]),
muted: color('--border-muted', tailwind.colors.slate[100]),
},
background: {
Expand Down

0 comments on commit ee6a873

Please sign in to comment.