Skip to content

Commit

Permalink
fix: add outline colors to ring
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Nov 22, 2024
1 parent c42fb16 commit a4e0cb2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/tailwind/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@ module.exports = plugin(
stroke: {
ink: semanticColors.ink,
},
borderColor: (theme) => ({
DEFAULT: theme('colors.gray.200'),
outline: semanticColors.outline,
}),
ringColor: {
outline: semanticColors.outline,
},
spacing: {
4.5: '1.125rem',
5.5: '1.375rem',
Expand Down Expand Up @@ -250,10 +257,6 @@ module.exports = plugin(
maxHeight: {
52: '13rem',
},
borderColor: (theme) => ({
DEFAULT: theme('colors.gray.200'),
outline: semanticColors.outline,
}),
typography: (theme) => ({
DEFAULT: {
css: {
Expand Down

0 comments on commit a4e0cb2

Please sign in to comment.