adasd
All checks were successful
Deploy / deploy (push) Successful in 1m5s

This commit is contained in:
2026-07-29 21:46:16 +02:00
parent f0ff95679b
commit caa5b86414
2 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ final class Croodles
'mustacheVariant' => '',
'noseVariant' => '',
'topVariant' => '',
'baseColor' => '',
'baseColor' => '#ffffff',
'eyepatchColor' => '',
'glassesColor' => '',
'topColor' => '',
@@ -67,11 +67,11 @@ final class Croodles
public static function colorDefinitions(): array
{
return [
'baseColor' => ['label' => 'Basisfarbe', 'default' => '#e7ba9a'],
'baseColor' => ['label' => 'Basisfarbe', 'default' => '#ffffff'],
'eyepatchColor' => ['label' => 'Augenklappe', 'default' => '#283341'],
'glassesColor' => ['label' => 'Brille', 'default' => '#283341'],
'topColor' => ['label' => 'Top-Farbe', 'default' => '#4f6ea8'],
'backgroundColor' => ['label' => 'Hintergrund', 'default' => '#f2eadf'],
'backgroundColor' => ['label' => 'Hintergrund', 'default' => ''],
];
}