diff --git a/packages/theme-chalk/src/button.scss b/packages/theme-chalk/src/button.scss index fb9703a1cf..b8369147a3 100644 --- a/packages/theme-chalk/src/button.scss +++ b/packages/theme-chalk/src/button.scss @@ -204,10 +204,8 @@ $button-icon-span-gap: map.merge( border-color: transparent; color: getCssVar('button', 'text-color'); background: transparent; - padding-left: 0; - padding-right: 0; - outline: 0; - outline-offset: 0; + padding: 2px; + height: auto; &:hover { color: getCssVar('button', 'hover', 'link-text-color');