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

Changed lab gaps and colors

This commit is contained in:
Fedor Katurov 2021-03-30 17:49:17 +07:00
parent 19449f13b4
commit 330fdcf444
8 changed files with 53 additions and 9 deletions

View file

@ -23,7 +23,7 @@ const LabNodeTitle: FC<IProps> = ({ node }) => {
{node.is_heroic && (
<Tippy content="Важный пост">
<div className={styles.star}>
<Icon icon="star_full" />
<Icon icon="star_full" size={24} />
</div>
</Tippy>
)}