RUM-7116: Add RadioButton color#2478
Merged
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2478 +/- ##
===========================================
- Coverage 69.91% 69.89% -0.02%
===========================================
Files 788 788
Lines 29560 29587 +27
Branches 4932 4940 +8
===========================================
+ Hits 20665 20679 +14
- Misses 7521 7540 +19
+ Partials 1374 1368 -6
|
jonathanmos
marked this pull request as ready for review
January 8, 2025 12:14
0xnm
approved these changes
Jan 9, 2025
jonathanmos
force-pushed
the
jmoskovich/rum-7116/radiobutton-colors
branch
3 times, most recently
from
January 9, 2025 14:19
e813137 to
d8dd9a4
Compare
xgouchet
approved these changes
Jan 10, 2025
jonathanmos
force-pushed
the
jmoskovich/rum-7116/radiobutton-colors
branch
from
January 12, 2025 09:59
d8dd9a4 to
67331c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds the correct Jetpack Compose RadioButton color to the mapper. Also adds masking support for RadioButton since it was not part of the original pr that added RadioButton support.
Motivation
Part of the support for Jetpack Compose.
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)