Hi everyone, hope you are all doing well, Did some...
# compose-android
d
Hi everyone, hope you are all doing well, Did someone maybe succeed in changing the `RadioButton`'s border, when I change the
RadioButton
to selected state, it changes the
Color
of button's border to the same color. Can I somehow keep it a different color without creating a custom composable? I know I can always copy/paste jetpack compose's implementation and change when that border is being drawn, but that's not what I would like to have in this case
a
I know I can always copy/paste jetpack compose's implementation and change when that border is being drawn
that should not be the case TBH as that goes against the composability of the compose
s
Not quite Atul. While this is true for compose as a whole, material3 is a library which has an implementation of the opinionated material3 design system. If your design needs are not met by the material design system it does make sense that their implementation might not be able to suit your use case.
👍 1
a
Yes kind of true.. as most the hardcoding I felt with material libs only
👍 1