diff --git a/src/styles/buttons.less b/src/styles/buttons.less index 95b6af951..20089052a 100644 --- a/src/styles/buttons.less +++ b/src/styles/buttons.less @@ -40,6 +40,7 @@ button:not(.native-button), } &:disabled { + border-color: #7c7c7c; background: #7c7c7c; cursor: not-allowed; }