Skip to content

Commit 93629a8

Browse files
authored
feat: add input wrapper style (#3074)
1 parent 5a3b081 commit 93629a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/input/style/mixin.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,11 @@
366366
padding: @input-padding-vertical-base @input-padding-horizontal-base;
367367
width: 100%;
368368
text-align: start;
369+
background-color: @input-bg;
370+
background-image: none;
371+
color: @input-color;
372+
font-size: @font-size-base;
373+
line-height: @line-height-base;
369374

370375
&:hover {
371376
.hover();

0 commit comments

Comments
 (0)