chore: update styling for loyalty table
This commit is contained in:
committed by
Michael Zetterberg
parent
81c7a60eff
commit
401b019f41
@@ -8,7 +8,7 @@ import { BenefitValueProps } from "@/types/components/loyalty/blocks"
|
||||
|
||||
export default function BenefitValue({ benefit }: BenefitValueProps) {
|
||||
if (!benefit.unlocked) {
|
||||
return <Minus />
|
||||
return <Minus color="var(--UI-Grey-40)" />
|
||||
}
|
||||
if (!benefit.value) {
|
||||
return <CheckCircle height={32} width={32} color="green" />
|
||||
|
||||
Reference in New Issue
Block a user