Djuro
04/30/2024, 11:29 AMRadioButton
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 caseAtul Gupta
05/01/2024, 11:23 AMI 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 composeStylianos Gakis
05/02/2024, 7:46 AMAtul Gupta
05/02/2024, 12:19 PM