fix: theme option padding [WPB-26141]#4991
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4991 +/- ##
===========================================
- Coverage 48.93% 48.92% -0.01%
===========================================
Files 646 646
Lines 23168 23172 +4
Branches 3552 3553 +1
===========================================
Hits 11337 11337
- Misses 10779 10782 +3
- Partials 1052 1053 +1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
| HorizontalSpace.x12() | ||
| RadioButton(selected = isSelected, onClick = null) | ||
| HorizontalSpace.x8() | ||
| Text( |
There was a problem hiding this comment.
this is not the fix that is needed adding HorizontalSpace will not fix it
There was a problem hiding this comment.
@MohamadJaara why do you think that?
HorizontalSpace adds the missing paddings/spacings to the left and between RadioButton and Text label. The ticket is exactly about the broken left margin and RadioButtons being "glued" to the left side of the screen without proper left padding.
|



https://wearezeta.atlassian.net/browse/WPB-26141
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?