Wrap the title heading on Notification panel with mx_BaseCard_header_title (#10818)

t3chguy/dedup-icons-17oct
Suguru Hirahara 2023-05-08 07:43:59 +00:00 committed by GitHub
parent 56f694620c
commit fec1785a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -93,9 +93,11 @@ export default class NotificationPanel extends React.PureComponent<IProps, IStat
>
<BaseCard
header={
<div className="mx_BaseCard_header_title">
<Heading size="h4" className="mx_BaseCard_header_title_heading">
{_t("Notifications")}
</Heading>
</div>
}
/**
* Need to rename this CSS class to something more generic