chore: update loyalty level table

This commit is contained in:
Matilda Landström
2024-06-14 15:21:37 +02:00
committed by Michael Zetterberg
parent 469f97dee5
commit 81c7a60eff
9 changed files with 14 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ export default function BenefitValue({ benefit }: BenefitValueProps) {
return <Minus />
}
if (!benefit.value) {
return <CheckCircle height={32} width={32} />
return <CheckCircle height={32} width={32} color="green" />
}
return (
<div className={styles.benefitValueContainer}>