For the app, I mostly want to stick with Material Theme, including all the part that adapt to OS light/dark mode, etc.
But for patches, they should not randomly change color just because one person export their patch at 4PM and the other at 6PM.
Your mission, should you choose to accept it, is to come up with a mechanism to allow participants to safely build composable that are stable.
Idea dump
Nested theme?
ZePatchTheme {
DetailPage {
Preview {
NoTheme {
// Where the patch happens
}
}
}
}
(More ideas welcome)
For the app, I mostly want to stick with Material Theme, including all the part that adapt to OS light/dark mode, etc.
But for patches, they should not randomly change color just because one person export their patch at 4PM and the other at 6PM.
Your mission, should you choose to accept it, is to come up with a mechanism to allow participants to safely build composable that are stable.
Idea dump
Nested theme?
(More ideas welcome)