1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 22:26:41 +07:00

make better flow cell text

This commit is contained in:
Fedor Katurov 2025-02-07 01:11:12 +07:00
parent 7924c2bdd9
commit 69c61acc41
7 changed files with 60 additions and 30 deletions

View file

@ -111,8 +111,9 @@ const FlowCell: FC<Props> = ({
<FlowCellText
className={styles.text}
heading={<h4 className={styles.title}>{title}</h4>}
color={color}
>
{text!}
{text}
</FlowCellText>
)}