Set the AccentColor for both Android and iOS #262
Unanswered
Sinan-Karakaya
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You're correct that Skip does not support setting the accent color via the asset catalog. You can, however, apply the .tint modifier to any view to set the color for its entire view hierarchy. And Skip offers additional customization of the colors Android will use: https://skip.tools/docs/modules/skip-ui/#material-colors |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reading the doc, I could not find any way to set the Accent Color for both Android and iOS. Setting it up in the xcassets file only set it up for iOS. Is it possible, or did I miss something ?
Beta Was this translation helpful? Give feedback.
All reactions