Rename mx_RadioButton to mx_StyledRadioButton to match class name (#7083)

This commit is contained in:
Andy Balaam
2021-11-04 12:57:38 +00:00
committed by GitHub
parent 7a203461f7
commit 9c8e1d32e2
14 changed files with 47 additions and 47 deletions
@@ -26,7 +26,7 @@ limitations under the License.
margin-top: 4px;
margin-bottom: 30px;
> .mx_RadioButton {
> .mx_StyledRadioButton {
padding: $font-16px;
box-sizing: border-box;
border-radius: 10px;
@@ -49,7 +49,7 @@ limitations under the License.
}
}
> .mx_RadioButton_enabled {
> .mx_StyledRadioButton_enabled {
opacity: 1;
// These colors need to be hardcoded because they don't change with the theme