Update to compound-web 9.0.1 (#33095)
* Update to compound-web 9.0.1 There are a couple of breaking changes in v9, leading to the changes in `BugReportDialog` and `EncryptionCard`. Most of these updates, however, are snapshot updates, due to changes in the CSS class names in compound web (which happens due to updates in the CSS content in those classes; `postcss-modules` generates class names based on the hash of the CSS). * update playwright screenshots
This commit is contained in:
@@ -120,7 +120,7 @@ export default class BugReportDialog extends React.Component<BugReportDialogProp
|
||||
<>
|
||||
<p>{errorText}</p>
|
||||
{error.policyURL && (
|
||||
<Link size="medium" target="_blank" href={error.policyURL}>
|
||||
<Link size="md" target="_blank" href={error.policyURL}>
|
||||
{_t("action|learn_more")}
|
||||
</Link>
|
||||
)}
|
||||
|
||||
@@ -46,7 +46,7 @@ export function EncryptionCard({
|
||||
return (
|
||||
<div className={classNames("mx_EncryptionCard", className)}>
|
||||
<div className="mx_EncryptionCard_header">
|
||||
<BigIcon destructive={destructive}>
|
||||
<BigIcon kind={destructive ? "critical" : "primary"}>
|
||||
<Icon />
|
||||
</BigIcon>
|
||||
<Heading as="h2" size="sm" weight="semibold">
|
||||
|
||||
Reference in New Issue
Block a user