Skip to content

Commit

Permalink
Removed border contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
jordythevulder committed Jan 15, 2025
1 parent 8868ed1 commit ce4a1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components-preview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ function color(variable, fallback) {
muted: color('--foreground-muted', tailwind.colors.slate[600]),
},
border: {
emphasis: color('--border-emphasis', tailwind.colors.slate[400]),
DEFAULT: color('--border', tailwind.colors.slate[300]),
emphasis: color('--border-emphasis', tailwind.colors.slate[500]),
DEFAULT: color('--border', tailwind.colors.slate[200]),
muted: color('--border-muted', tailwind.colors.slate[100]),
},
background: {
Expand Down

0 comments on commit ce4a1a9

Please sign in to comment.