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:
parent
7924c2bdd9
commit
69c61acc41
7 changed files with 60 additions and 30 deletions
|
@ -111,8 +111,9 @@ const FlowCell: FC<Props> = ({
|
|||
<FlowCellText
|
||||
className={styles.text}
|
||||
heading={<h4 className={styles.title}>{title}</h4>}
|
||||
color={color}
|
||||
>
|
||||
{text!}
|
||||
{text}
|
||||
</FlowCellText>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue