Commit 26433fa3 by Vladislav Lagunov

[fields] Правка верстки в текстовом поле

parent 8c0cc47d
...@@ -135,8 +135,12 @@ function styles(theme: Theme): StyleRules<ClassKey> { ...@@ -135,8 +135,12 @@ function styles(theme: Theme): StyleRules<ClassKey> {
background: `rgba(0,0,0,0.04)`, background: `rgba(0,0,0,0.04)`,
borderRadius: 3, borderRadius: 3,
position: 'relative', position: 'relative',
paddingRight: unit * 0.5,
'&$error': { '&$error': {
background: `rgba(255,0,0,0.08)`, background: `rgba(255,0,0,0.08)`,
'& .material-icons': {
color: `rgba(255,0,0,0.54)`,
},
}, },
'& .material-icons': { '& .material-icons': {
fontSize: 18, fontSize: 18,
......
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