This commit is contained in:
Albert Juhé Lluveras 2020-05-18 12:53:57 +02:00 committed by GitHub
parent 199231f94a
commit 1fea56d8cd
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ import './style.scss';
*/
const Button = ( { className, showSpinner = false, children, ...props } ) => {
const buttonClassName = classNames(
'button',
'wc-block-components-button',
className,
{

View File

@ -1,4 +1,4 @@
.button.wc-block-components-button:not(.is-link) {
.wc-block-components-button:not(.is-link) {
align-items: center;
background-color: $black;
color: $white;