diff --git a/packages/input/style.scss b/packages/input/style.scss index af80210a..650d01e8 100644 --- a/packages/input/style.scss +++ b/packages/input/style.scss @@ -41,7 +41,7 @@ } &--disabled { .x-input__ipt { - background: darken(#e6e6e6, 20); + background: lighten(#e6e6e6, 5); } } &.x-input--error { diff --git a/packages/style.css b/packages/style.css index 67d0469d..9533f746 100644 --- a/packages/style.css +++ b/packages/style.css @@ -354,7 +354,7 @@ z-index: 2; box-shadow: 0 0 10px rgba(0, 187, 85, 0.3); } .x-input--disabled .x-input__ipt { - background: #b3b3b3; } + background: #f3f3f3; } .x-input.x-input--error .x-input__ipt { border: 2px solid #ff6600; /*no*/