Commit 200d9f46 by Vladislav Lagunov

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

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