Fixed mdc notch unnecessary border

This commit is contained in:
mpetrov 2025-02-07 16:37:51 +02:00
parent f920010786
commit 1e9d80d39b

View File

@ -398,6 +398,9 @@
border-color: rgba(0, 0, 0, 0.12);
}
}
.mdc-notched-outline__notch {
border-left: none;
}
.mdc-floating-label {
top: 20px;
font-weight: 400;