fix(concentration): Update color mapping for EAU_DE_PERFUME from 'rose' to 'blue' for accurate representation.
This commit is contained in:
parent
8aa25b662a
commit
c9e5eb5c0f
@ -28,7 +28,7 @@ public function color(): string
|
|||||||
{
|
{
|
||||||
return match ($this) {
|
return match ($this) {
|
||||||
self::EXTRAIT_DE_PERFUME => 'emerald',
|
self::EXTRAIT_DE_PERFUME => 'emerald',
|
||||||
self::EAU_DE_PERFUME => 'rose',
|
self::EAU_DE_PERFUME => 'blue',
|
||||||
self::EAU_DE_COLOGNE => 'cyan',
|
self::EAU_DE_COLOGNE => 'cyan',
|
||||||
self::EAU_DE_TOILETTE => 'indigo',
|
self::EAU_DE_TOILETTE => 'indigo',
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user