We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93f92d commit 6ceea40Copy full SHA for 6ceea40
packages/themes/src/presets/material/inputgroup/index.js
@@ -14,5 +14,6 @@ export default {
14
background: ${dt('inputtext.filled.background')} no-repeat;
15
border-bottom-left-radius: 0;
16
border-bottom-right-radius: 0;
17
+}
18
`
19
};
packages/themes/src/presets/material/inputnumber/index.js
@@ -59,7 +59,5 @@ export default {
59
.p-inputnumber-vertical:has(.p-variant-filled) .p-inputnumber-increment-button {
60
border-block-end: 1px solid ${dt('inputtext.border.color')}
61
}
62
-
63
64
65
0 commit comments