Skip to content

Commit 4e14690

Browse files
authored
fix(filterrules): set input disabled color (#503)
1 parent 048c5fe commit 4e14690

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/filterRules/ruleController/index.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
}
8686
&--component {
8787
flex: 1;
88+
.ant-input-disabled {
89+
color: #3D446E;
90+
}
8891
}
8992
&--operation {
9093
width: 10%;

0 commit comments

Comments
 (0)