2021-10-20 17:58:27 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ThemeChoicePanel renders the theme choice UI 1`] = `
|
2022-11-18 12:16:11 +03:00
|
|
|
<DocumentFragment>
|
2022-03-22 13:32:35 +03:00
|
|
|
<div
|
2023-05-22 00:12:11 +03:00
|
|
|
class="mx_SettingsSubsection"
|
|
|
|
data-testid="mx_ThemeChoicePanel"
|
2022-03-22 13:32:35 +03:00
|
|
|
>
|
2023-05-22 00:12:11 +03:00
|
|
|
<div
|
|
|
|
class="mx_SettingsSubsectionHeading"
|
2022-03-22 13:32:35 +03:00
|
|
|
>
|
2023-05-22 00:12:11 +03:00
|
|
|
<h3
|
2023-06-29 13:30:25 +03:00
|
|
|
class="mx_Heading_h4 mx_SettingsSubsectionHeading_heading"
|
2023-05-22 00:12:11 +03:00
|
|
|
>
|
|
|
|
Theme
|
|
|
|
</h3>
|
|
|
|
</div>
|
2021-10-20 17:58:27 +03:00
|
|
|
<div
|
2023-05-22 00:12:11 +03:00
|
|
|
class="mx_SettingsSubsection_content"
|
2021-10-20 17:58:27 +03:00
|
|
|
>
|
2023-05-22 00:12:11 +03:00
|
|
|
<div
|
|
|
|
class="mx_ThemeChoicePanel_themeSelectors"
|
|
|
|
data-testid="theme-choice-panel-selectors"
|
2021-10-20 17:58:27 +03:00
|
|
|
>
|
2023-05-22 00:12:11 +03:00
|
|
|
<label
|
|
|
|
class="mx_StyledRadioButton mx_ThemeSelector_light mx_StyledRadioButton_disabled mx_StyledRadioButton_outlined"
|
2021-10-20 17:58:27 +03:00
|
|
|
>
|
2023-05-22 00:12:11 +03:00
|
|
|
<input
|
|
|
|
disabled=""
|
|
|
|
id="theme-light"
|
|
|
|
name="theme"
|
|
|
|
type="radio"
|
|
|
|
value="light"
|
|
|
|
/>
|
|
|
|
<div>
|
|
|
|
<div />
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="mx_StyledRadioButton_content"
|
|
|
|
>
|
|
|
|
Light
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="mx_StyledRadioButton_spacer"
|
|
|
|
/>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="mx_StyledRadioButton mx_ThemeSelector_dark mx_StyledRadioButton_disabled mx_StyledRadioButton_outlined"
|
2022-03-22 13:32:35 +03:00
|
|
|
>
|
2023-05-22 00:12:11 +03:00
|
|
|
<input
|
|
|
|
disabled=""
|
|
|
|
id="theme-dark"
|
|
|
|
name="theme"
|
|
|
|
type="radio"
|
|
|
|
value="dark"
|
|
|
|
/>
|
|
|
|
<div>
|
|
|
|
<div />
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="mx_StyledRadioButton_content"
|
|
|
|
>
|
|
|
|
Dark
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="mx_StyledRadioButton_spacer"
|
|
|
|
/>
|
|
|
|
</label>
|
|
|
|
</div>
|
2021-10-20 17:58:27 +03:00
|
|
|
</div>
|
2022-03-22 13:32:35 +03:00
|
|
|
</div>
|
2022-11-18 12:16:11 +03:00
|
|
|
</DocumentFragment>
|
2021-10-20 17:58:27 +03:00
|
|
|
`;
|