avatar font size

This commit is contained in:
Yuri Kuznetsov
2024-03-27 19:38:10 +02:00
parent 1ee2d5c58b
commit c4d54ffa71
+1
View File
@@ -143,6 +143,7 @@ class Avatar extends Image
->width($width)
->height($width)
->color('#FFF')
->fontSize(0.54)
->background($color)
->generate();