Update snaps

This commit is contained in:
Half-Shot 2026-04-14 09:03:21 +01:00
parent b10fc9f95d
commit 5f45b84615
6 changed files with 14 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -65,7 +65,12 @@ export function UrlPreviewGroupView({ vm }: UrlPreviewGroupViewProps): JSX.Eleme
))}
{toggleButton}
</div>
<IconButton size="20px" onClick={vm.onHideClick} aria-label={_t("timeline|url_preview|close")}>
<IconButton
kind="secondary"
size="28px"
onClick={vm.onHideClick}
aria-label={_t("timeline|url_preview|close")}
>
<CloseIcon />
</IconButton>
</div>

View File

@ -52,9 +52,9 @@ exports[`UrlPreviewGroupView > renders a single preview 1`] = `
<button
aria-label="Close preview"
class="_icon-button_1215g_8"
data-kind="primary"
data-kind="secondary"
role="button"
style="--cpd-icon-button-size: 20px;"
style="--cpd-icon-button-size: 28px;"
tabindex="0"
>
<div
@ -219,9 +219,9 @@ exports[`UrlPreviewGroupView > renders multiple previews 1`] = `
<button
aria-label="Close preview"
class="_icon-button_1215g_8"
data-kind="primary"
data-kind="secondary"
role="button"
style="--cpd-icon-button-size: 20px;"
style="--cpd-icon-button-size: 28px;"
tabindex="0"
>
<div
@ -306,9 +306,9 @@ exports[`UrlPreviewGroupView > renders multiple previews which are hidden 1`] =
<button
aria-label="Close preview"
class="_icon-button_1215g_8"
data-kind="primary"
data-kind="secondary"
role="button"
style="--cpd-icon-button-size: 20px;"
style="--cpd-icon-button-size: 28px;"
tabindex="0"
>
<div
@ -473,9 +473,9 @@ exports[`UrlPreviewGroupView > renders with a compact view 1`] = `
<button
aria-label="Close preview"
class="_icon-button_1215g_8"
data-kind="primary"
data-kind="secondary"
role="button"
style="--cpd-icon-button-size: 20px;"
style="--cpd-icon-button-size: 28px;"
tabindex="0"
>
<div