Skip to content

Commit

Permalink
Changed border colors to have a bit more contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
jordythevulder committed Jan 15, 2025
1 parent f4f4fa4 commit 1ce8df2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ colors: {
muted: color('--foreground-muted', colors.slate[600]),
},
border: {
emphasis: color('--border-emphasis', colors.slate[500]),
DEFAULT: color('--border', colors.slate[200]),
emphasis: color('--border-emphasis', colors.slate[400]),
DEFAULT: color('--border', colors.slate[300]),
muted: color('--border-muted', colors.slate[100]),
},
shadow: {
Expand Down
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[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]),
},
shadow: {
Expand Down

0 comments on commit 1ce8df2

Please sign in to comment.