From 47caf948b88259b9e0647b90e21e7e66f2cbc0cf Mon Sep 17 00:00:00 2001 From: Nick Steffens Date: Mon, 14 Aug 2023 15:08:13 -0400 Subject: [PATCH] style: default button to have outline --- plugins/components/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/components/buttons.js b/plugins/components/buttons.js index 7f68f58..587e180 100644 --- a/plugins/components/buttons.js +++ b/plugins/components/buttons.js @@ -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({