#75 - change font color

This commit is contained in:
Adrian Hopek 2022-03-16 09:47:48 +01:00
parent 7261c82c57
commit 97cd37519c

View File

@ -11,8 +11,8 @@ return [
"rounded" => true, "rounded" => true,
"smooth_rounding" => true, "smooth_rounding" => true,
"uppercase" => true, "uppercase" => true,
"background_color" => "#a0a0a0", "background_color" => "#A0A0A0",
"font_color" => "#F4F8FD", "font_color" => "#FFFFFF",
"font_bold" => true, "font_bold" => true,
"providers" => [ "providers" => [
"api" => Rackbeat\UIAvatars\Generators\ApiGenerator::class, "api" => Rackbeat\UIAvatars\Generators\ApiGenerator::class,