Changing the default ui-avatars.com colors
How would I go about changing the color scheme of the default ui-avatars?
We are currently using background=0D8ABC&color=fff for our users and would like to match that for the default ui-avatar.
Currently getting around it this way. But is this the correct way of doing it?
3 Replies
You could also use a
AvatarProvider
(https://filamentphp.com/docs/3.x/panels/users#using-a-different-avatar-provider) but if your solution works, why not?Nothing bad with your appraoch I guess
@Dennis Koch I have considered the
AvatarProvider
approach. Seemed a bit overkill for this particular situation, but I could definitely see going that route and having a config to easily change colors.