Using Themes
Using the default theme
Social Plus UIKit uses the default theme as part of the design language.
Theme customization
With no customization, UIKit already looks good. However, if you wish to customize the theme, you can declare changes to both colors and typography.
Colors
UIKit uses a small set of declared colors to simplify the design task for developers. These colors are automatically rendered at appropriate shades to communicate states and interactions to the users.
Color
Description
Default
Primary
Used for buttons and primary call to actions
#1054DE
Base
Primary font color for readability.
#000000
Base background
Light backdrop for posts or components.
#ebecef
BaseShade4
Soft background for feed; subtle for dividers.
#FFFFFF
Usage
To declare your own colors on iOS:
Create an instance from the provided class
Social Plus Theme.
Set the theme instance through AmityUIKitManager.
Last updated