diff --git a/packages/theme-chalk/src/button.scss b/packages/theme-chalk/src/button.scss index 662c231a46..bfc64be7ca 100644 --- a/packages/theme-chalk/src/button.scss +++ b/packages/theme-chalk/src/button.scss @@ -40,7 +40,7 @@ $button-icon-span-gap: map.merge( vertical-align: middle; -webkit-appearance: none; - &:not(.is-text, .is-link, .#{$namespace}-button--text) { + &:not(.is-text):not(.is-link):not(.#{$namespace}-button--text) { background-color: getCssVar('button', 'bg-color'); border: getCssVar('border'); border-color: getCssVar('button', 'border-color');