Skip to content

Commit

Permalink
Fixed styling for RTL mode
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhellgren committed Oct 13, 2021
1 parent 76e6011 commit 85dc1b2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
.choiceOption {
color: "[theme: bodyText, default: #323130]";
display: inline-block;
padding-left: 26px;
padding-inline-start: 26px;
}

.disabledChoiceOption {
color: "[theme: disabledBodyText, default: #323130]";
display: inline-block;
padding-left: 26px;
padding-inline-start: 26px;
}

.selectedChoiceOption {
Expand All @@ -19,12 +19,12 @@

.checkbox {
color: "[theme: bodyText, default: #323130]";
margin-left: 4px;
margin-inline-start: 4px;
}

.disabledCheckbox {
color: "[theme: disabledBodyText, default: #323130]";
margin-left: 4px;
margin-inline-start: 4px;
}

.selectedCheckbox {
Expand Down

0 comments on commit 85dc1b2

Please sign in to comment.