diff --git a/src/styles/components/ant-button.scss b/src/styles/components/ant-button.scss index 80b188b..c9bbdf2 100644 --- a/src/styles/components/ant-button.scss +++ b/src/styles/components/ant-button.scss @@ -71,6 +71,8 @@ } &:active { + color: #fff !important; + border-color: transparent !important; background-color: $color-primary-7 !important; } } @@ -109,6 +111,7 @@ &:active { border-color: $color-primary-7 !important; color: $color-primary-7 !important; + background-color: #fff !important; } } &.ant-btn-dangerous { @@ -190,6 +193,7 @@ &:active { color: $color-primary-7 !important; + border-color: transparent !important; } } &.ant-btn-dangerous { @@ -225,6 +229,7 @@ &:active { color: $color-primary-7 !important; + border-color: transparent !important; } } &.ant-btn-dangerous {