1
0
Fork 0
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:
Fedor Katurov 2025-02-07 02:42:45 +07:00
parent b257e9b5d9
commit 24c66ccfdb
5 changed files with 61 additions and 24 deletions

View file

@ -145,7 +145,7 @@ const FlowCell: FC<Props> = ({
/>
)}
{!!title && (
{!!title && !withText && (
<CellShade
color={color}
className={styles.shade}