Switch Export and Import Icons to match intuition (#30805)

* switch upload and download icon

* adjust test

* run tests

* update screenshot
This commit is contained in:
micartey
2025-09-25 11:20:48 +02:00
committed by GitHub
parent 6bedb1525d
commit 2d28b79432
42 changed files with 45 additions and 45 deletions

View File

@@ -74,7 +74,7 @@ function EncryptionDetails({ onResetIdentityClick }: EncryptionDetails): JSX.Ele
<Button
size="sm"
kind="secondary"
Icon={ShareIcon}
Icon={DownloadIcon}
onClick={() =>
Modal.createDialog(
lazy(
@@ -89,7 +89,7 @@ function EncryptionDetails({ onResetIdentityClick }: EncryptionDetails): JSX.Ele
<Button
size="sm"
kind="secondary"
Icon={DownloadIcon}
Icon={ShareIcon}
onClick={() =>
Modal.createDialog(
lazy(