reduce size of tick

This commit is contained in:
Samuel Newman
2024-06-05 08:54:14 +03:00
parent dcd9b0a528
commit 242b400bb9
+1 -1
View File
@@ -59,7 +59,7 @@ export function LabelsBtn({
}}>
<ShieldExclamation style={{color: t.palette.primary_500}} size={24} />
{labels.length > 0 ? (
<Check size="md" fill={t.palette.primary_500} />
<Check size="sm" fill={t.palette.primary_500} />
) : null}
</Button>