diff --git a/application/Espo/EntryPoints/Avatar.php b/application/Espo/EntryPoints/Avatar.php index 5a11910688..6a334f7d88 100644 --- a/application/Espo/EntryPoints/Avatar.php +++ b/application/Espo/EntryPoints/Avatar.php @@ -143,6 +143,7 @@ class Avatar extends Image ->width($width) ->height($width) ->color('#FFF') + ->fontSize(0.54) ->background($color) ->generate();