chore(mobile): svg logo (#8074)

* chore(mobile): anti-aliasing logo

* use svg

* adjust height

* better sizing
This commit is contained in:
Alex
2024-03-19 23:07:26 -05:00
committed by GitHub
parent f392fe7702
commit 63b4fc6f65
7 changed files with 158 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ class ImmichLogo extends StatelessWidget {
image: const AssetImage('assets/immich-logo.png'),
width: size,
filterQuality: FilterQuality.high,
isAntiAlias: true,
),
);
}