-
Notifications
You must be signed in to change notification settings - Fork 9
In library, provide an OUDS tint color API #1370
Copy link
Copy link
Labels
#️⃣ REX and feebacksAfterr discussions with returns of experiences and feedbacks from usersAfterr discussions with returns of experiences and feedbacks from users🤩 show in next demoIssue can be shown / demonstrated during next sprint demoIssue can be shown / demonstrated during next sprint demo🧑💻 Developer eXperienceRelated to improvements of developer experience thanks to feedbacks)Related to improvements of developer experience thanks to feedbacks)🧰 library
Description
Description
Suggested by @fsuc, OUDS does not provide a method to define the tint color, but only:
- oudsAccentColor
- oudsForegroundColor
- oudsForegroundStyle
- oudsBackground
Because SwiftUI accent color will be deprecated, and the tint color is exposedn, we should align the OUDS API.
Steps
- In
View+Color.swiftfile, add a new method calledtintColorwith aMultipleColorSemanticTokenparameter - It will apply a
ColorSchemeBasedTintColorViewModifierusing a color scheme - Which will change the tint color
- Do not forget to update the CHANGELOG, the documentation and the AGENTS.md file
Reactions are currently unavailable
Metadata
Metadata
Labels
#️⃣ REX and feebacksAfterr discussions with returns of experiences and feedbacks from usersAfterr discussions with returns of experiences and feedbacks from users🤩 show in next demoIssue can be shown / demonstrated during next sprint demoIssue can be shown / demonstrated during next sprint demo🧑💻 Developer eXperienceRelated to improvements of developer experience thanks to feedbacks)Related to improvements of developer experience thanks to feedbacks)🧰 library
Type
Projects
Status
Done