mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 22:26:41 +07:00
improve cell text appearance
This commit is contained in:
parent
b257e9b5d9
commit
24c66ccfdb
5 changed files with 61 additions and 24 deletions
|
@ -145,7 +145,7 @@ const FlowCell: FC<Props> = ({
|
|||
/>
|
||||
)}
|
||||
|
||||
{!!title && (
|
||||
{!!title && !withText && (
|
||||
<CellShade
|
||||
color={color}
|
||||
className={styles.shade}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue