reduce size of tick
This commit is contained in:
@@ -59,7 +59,7 @@ export function LabelsBtn({
|
|||||||
}}>
|
}}>
|
||||||
<ShieldExclamation style={{color: t.palette.primary_500}} size={24} />
|
<ShieldExclamation style={{color: t.palette.primary_500}} size={24} />
|
||||||
{labels.length > 0 ? (
|
{labels.length > 0 ? (
|
||||||
<Check size="md" fill={t.palette.primary_500} />
|
<Check size="sm" fill={t.palette.primary_500} />
|
||||||
) : null}
|
) : null}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user