1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed search input label text

This commit is contained in:
Fedor Katurov 2020-04-18 19:00:40 +07:00
parent b45a3c5823
commit 4ab2c7f885
2 changed files with 7 additions and 4 deletions

View file

@ -75,7 +75,7 @@ const InputText: FC<IInputTextProps> = ({
</div>
{title && (
<div className={styles.title}>
<div className={classNames(styles.title, 'input_title')}>
<span>{title}</span>
</div>
)}