Skip to content

Commit

Permalink
Changed the default border color (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordythevulder authored Jan 21, 2025
1 parent 27b517d commit fc7429f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default {
},

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]),
},

Expand Down

0 comments on commit fc7429f

Please sign in to comment.