I can’t customize my config.json to change colors on sub pages like the “Trending communities“ component.
I have tried the following and none of the colors are change after restart and building:
I use latest Flutter SDK with: Amity-Social-UIKit-Flutter-Opensource-4.11.0 tag
How can I customize fx. “social_home_page/trending_communities/*” component when I only use dark theme? Did some documentation change?
I look at fx: Trending Communities Component | social.plus docs
"social_home_page/community_categories/*": {
"theme": {
"dark": {
"primary_color": "#UD1234",
"secondary_color": "#AB1234",
"background_color": "#FA4D30"
}
}
},
"social_home_page/recommended_communities/*": {
"theme": {
"dark": {
"base_color": "#FFFF00",
"base_inverse_color": "#FFFF00",
"background_color": "#FA4D30"
}
}
},
"social_home_page/trending_communities/*": {
"component_theme": {
"dark": {
"primary_color": "#UD1234",
"secondary_color": "#AB1234"
}
}
},
Best regards, Jan