From 8e4de798a5a267ae8991e76bdc468fa4cd4dd766 Mon Sep 17 00:00:00 2001 From: Manan Sadana Date: Thu, 28 Sep 2023 15:56:01 +0530 Subject: [PATCH] Fix: Theme selector radio button not aligned in center with the text (#11676) * Theme selector radio button aligned in center with the text * fixed alignment, align-items at correct position now --------- Co-authored-by: Manan Sadana --- res/css/views/settings/_ThemeChoicePanel.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/settings/_ThemeChoicePanel.pcss b/res/css/views/settings/_ThemeChoicePanel.pcss index 1194c6110d..8616668224 100644 --- a/res/css/views/settings/_ThemeChoicePanel.pcss +++ b/res/css/views/settings/_ThemeChoicePanel.pcss @@ -21,6 +21,7 @@ limitations under the License. flex-wrap: wrap; > .mx_StyledRadioButton { + align-items: center; padding: $font-16px; box-sizing: border-box; border-radius: 10px;