Fix delimiter color
This commit is contained in:
parent
a82b087969
commit
55e2a9bf37
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ export const CardRows = ({ data, rows }: CardRowsProps) => {
|
||||||
{itemIndex > 0 && (
|
{itemIndex > 0 && (
|
||||||
<Text
|
<Text
|
||||||
$noSelect
|
$noSelect
|
||||||
|
$secondary
|
||||||
sx={{
|
sx={{
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
padding: '0 2px 0 1px',
|
padding: '0 2px 0 1px',
|
||||||
|
|
Reference in a new issue