Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Use mx_SettingsTab_subsectionText for the text under the top header o…
Browse files Browse the repository at this point in the history
…f appearance user settings tab (#8822)
  • Loading branch information
luixxiul authored Jun 12, 2022
1 parent d1d4cc4 commit 18d7f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ limitations under the License.
*/

.mx_AppearanceUserSettingsTab {
> .mx_SettingsTab_SubHeading {
.mx_SettingsTab_subsectionText {
margin-block: $spacing-12 $spacing-32;
color: $primary-content; // Same as mx_SettingsTab
}

.mx_Field {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default class AppearanceUserSettingsTab extends React.Component<IProps, I
return (
<div className="mx_SettingsTab mx_AppearanceUserSettingsTab">
<div className="mx_SettingsTab_heading">{ _t("Customise your appearance") }</div>
<div className="mx_SettingsTab_SubHeading">
<div className="mx_SettingsTab_subsectionText">
{ _t("Appearance Settings only affect this %(brand)s session.", { brand }) }
</div>
<ThemeChoicePanel />
Expand Down

0 comments on commit 18d7f7c

Please sign in to comment.