Skip to content

Commit ed2bf1e

Browse files
committed
fix(input): [input] modify the border issue of the input component under the saas theme
1 parent 84d58ed commit ed2bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-saas/src/input/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
&.is-disabled &__inner {
4848
@apply cursor-not-allowed;
49-
@apply border border-solid border-color-border-separator;
49+
@apply border border-solid border-color-border;
5050
@apply text-color-text-disabled;
5151
@apply bg-color-bg-6;
5252
.placeholder(@color:theme('colors.color.text.disabled'));

0 commit comments

Comments
 (0)