We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5551d52 commit dd9990bCopy full SHA for dd9990b
2 files changed
packages/shared-components/src/room/composer/Banner/Banner.tsx
@@ -82,7 +82,7 @@ export function Banner({
82
<div className={styles.actions}>
83
{actions}
84
{onClose && (
85
- <Button kind="secondary" size="sm" onClick={onClose}>
+ <Button kind="secondary" size="md" onClick={onClose}>
86
{_t("action|dismiss")}
87
</Button>
88
)}
packages/shared-components/src/room/timeline/event-tile/actions/ActionBarView/ActionBarButton.tsx
@@ -49,7 +49,7 @@ export function ActionBarButton({
49
data-presentation={presentation}
50
ref={buttonRef}
51
kind="tertiary"
52
- size="sm"
+ size="md"
53
iconOnly={iconOnly}
54
aria-label={label}
55
aria-pressed={ariaPressed}
0 commit comments