1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

made better tabs (with context)

This commit is contained in:
Fedor Katurov 2021-12-26 11:25:34 +07:00
parent f63d2d3228
commit da510e346a
12 changed files with 103 additions and 194 deletions

View file

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