Skip to content

Commit 6ceea40

Browse files
committed
Fixed #16810 - nput group with filled input visuals broken in Material Theme
1 parent e93f92d commit 6ceea40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/themes/src/presets/material/inputgroup/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ export default {
1414
background: ${dt('inputtext.filled.background')} no-repeat;
1515
border-bottom-left-radius: 0;
1616
border-bottom-right-radius: 0;
17+
}
1718
`
1819
};

packages/themes/src/presets/material/inputnumber/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,5 @@ export default {
5959
.p-inputnumber-vertical:has(.p-variant-filled) .p-inputnumber-increment-button {
6060
border-block-end: 1px solid ${dt('inputtext.border.color')}
6161
}
62-
63-
6462
`
6563
};

0 commit comments

Comments
 (0)