input fix

This commit is contained in:
mrfry 2021-05-18 11:26:12 +02:00
parent 98deeb1706
commit e928ef87de
2 changed files with 5 additions and 3 deletions

View file

@ -30,6 +30,7 @@ export default function Composer({ onSubmit }) {
<div className={styles.container}>
<input
placeholder={'Téma...'}
type={'text'}
required
value={title}
onChange={(e) => {

View file

@ -43,8 +43,8 @@ textarea {
background-color: var(--background-color);
box-sizing: border-box;
height: 140px;
width: 100%;
border: 1px solid #666;
width: 90%;
border: 0px solid #666;
border-radius: 3px;
}
@ -52,7 +52,8 @@ input[type='text'] {
color: var(--text-color);
background-color: var(--background-color);
border: 0px solid #444;
width: 80%;
border-radius: 3px;
width: 90%;
font-family: inherit;
width: 98%;
padding: 4px;