Skip to content

Commit

Permalink
Merge pull request #537 from movableink/nicksteffens/sc-90836/fluid-b…
Browse files Browse the repository at this point in the history
…utton-default-outline

style: default button to have outline
  • Loading branch information
nicksteffens authored Aug 14, 2023
2 parents 3396886 + 47caf94 commit 2a219f1
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 2a219f1

Please sign in to comment.