fix description input height

This commit is contained in:
ammarahm-ed
2020-09-07 19:17:46 +05:00
parent 7abcd46afd
commit f83696e8e3

View File

@@ -314,7 +314,7 @@ export class AddNotebookDialog extends React.Component {
styles.input, styles.input,
{ {
borderColor: descFocused ? colors.accent : colors.nav, borderColor: descFocused ? colors.accent : colors.nav,
minHeight:90,
color: colors.pri, color: colors.pri,
}, },
]} ]}