Add font
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-04-25 22:51:45 +02:00
parent 28069a92f1
commit 6928ca2a88
4 changed files with 27 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ const CreateWish: FC<CreateWishProps> = (props) => {
}
value={props.wish.name}
/>
<div className={props.hasFocus ? 'block' : 'hidden'}>
<div className={`${props.hasFocus ? 'block' : 'hidden'}`}>
<InnerWishPrompt wish={props.wish} onChange={props.onSubmit} />
</div>
</div>