Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
36 stars 1 forks source link

We can deprecate `ProfileViewConfiguration.Avatar.borderColor` in favor of `Palette.avatar.border` #293

Open pinarol opened 2 months ago

pinarol commented 2 months ago

After https://github.com/Automattic/Gravatar-SDK-iOS/pull/292 we'll be able to customize avatar colors of existing palette types so we can deprecate ProfileViewConfiguration.Avatar.borderColor and use Palette.avatar.border where necessary.