Commit 200d9f46 by Vladislav Lagunov

Уменьшен размер шрифта в полях ввода

parent 63c92b41
......@@ -153,7 +153,7 @@ function styles(theme: Theme): StyleRules<ClassKey> {
height: '100%',
width: '100%',
boxSizing: 'border-box',
fontSize: 18,
fontSize: 14,
color: theme.palette.text.primary,
'&[disabled]': {
color: theme.palette.text.disabled,
......@@ -178,6 +178,7 @@ function styles(theme: Theme): StyleRules<ClassKey> {
},
'&::placeholder': {
fontStyle: 'italic',
fontSize: 14,
},
'&$error::placeholder': {
color: `rgba(255,0,0,0.54)`,
......
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