Commit a9f9f464 by Vladislav Lagunov

Цвет плейсхолдера во время ошибки

parent d3972095
......@@ -174,6 +174,9 @@ function styles(theme: Theme): StyleRules<ClassKey> {
'&::placeholder': {
fontStyle: 'italic',
},
'&$error::placeholder': {
color: `rgba(255,0,0,0.54)`,
},
},
textarea: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment