Skip to content

Commit

Permalink
Apply fixes from Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter authored and actions-user committed Jan 6, 2025
1 parent c0b8b3b commit d1e1634
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 d1e1634

Please sign in to comment.