fix: icon size on connect with Alby button (#11746)

pull/11751/head^2
Roland 2023-10-09 00:57:45 +07:00 committed by GitHub
parent 8a8d284113
commit 88d438f227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -122,9 +122,9 @@ function AlbySetupPage(props: IAlbySetupProps) {
const albyIcon = (
<>
<img className="h-16 w-16 dark:hidden" src="/api/app-store/alby/icon-borderless.svg" alt="Alby Icon" />
<img className="h-12 w-12 dark:hidden" src="/api/app-store/alby/icon-borderless.svg" alt="Alby Icon" />
<img
className="hidden h-16 w-16 dark:block"
className="hidden h-12 w-12 dark:block"
src="/api/app-store/alby/icon-borderless-dark.svg"
alt="Alby Icon"
/>