fix(concentration): Update color mapping for EAU_DE_PERFUME from 'rose' to 'blue' for accurate representation.

This commit is contained in:
Yoga Pangestu 2025-12-14 14:34:16 +07:00
parent 8aa25b662a
commit c9e5eb5c0f

View File

@ -28,7 +28,7 @@ public function color(): string
{
return match ($this) {
self::EXTRAIT_DE_PERFUME => 'emerald',
self::EAU_DE_PERFUME => 'rose',
self::EAU_DE_PERFUME => 'blue',
self::EAU_DE_COLOGNE => 'cyan',
self::EAU_DE_TOILETTE => 'indigo',
};