Skip to content

Commit

Permalink
style: default button to have outline
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksteffens committed Aug 14, 2023
1 parent 3396886 commit 47caf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/components/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module.exports = function buttonComponentsPlugin({ addComponents, e, theme }) {
[fluidButtonWithoutModifier('type')]: {
'--fluid-button-color': theme('colors.neutral.900'),
backgroundColor: theme('colors.neutral.100'),
borderColor: theme('colors.neutral.100'),
borderColor: theme('colors.neutral.400'),
boxShadow: 'none',

...disabled({
Expand Down

0 comments on commit 47caf94

Please sign in to comment.