8 lines
137 B
CSS
8 lines
137 B
CSS
:root {
|
|
--mdc-theme-primary: #00adb4;
|
|
--mdc-theme-secondary: #d84315;
|
|
}
|
|
.mdc-text-field-helper-text {
|
|
margin-bottom: 10px;
|
|
}
|