feat(SW-391): Changes after PR

This commit is contained in:
Erik Tiekstra
2024-10-11 11:04:47 +02:00
committed by Pontus Dreij
parent 9ba5795718
commit ceb612a2f4
9 changed files with 57 additions and 23 deletions
@@ -83,7 +83,7 @@ function SidePeek({
aria-label={intl.formatMessage({ id: "Close" })}
className={styles.closeButton}
intent="text"
onClick={onClose}
onPress={onClose}
>
<CloseLargeIcon color="burgundy" />
</Button>