Skip to content

Commit

Permalink
Merge branch 'feature/extend-default-colors' of github.com:rapidez/co…
Browse files Browse the repository at this point in the history
…re into feature/extend-default-colors
  • Loading branch information
Roene-JustBetter committed Jan 6, 2025
2 parents 985eacb + d1e1634 commit 53450e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ export default {
backgroundColor: (theme) => theme('colors.background'),
ringColor: (theme) => ({
default: theme('colors.border'),
...theme('colors.border')
...theme('colors.border'),
}),
outlineColor: (theme) => ({
default: theme('colors.border'),
...theme('colors.border')
...theme('colors.border'),
}),
boxShadowColor: (theme) => ({
default: theme('colors.border'),
...theme('colors.border')
})
...theme('colors.border'),
}),
},
container: {
center: true,
Expand Down

0 comments on commit 53450e5

Please sign in to comment.