mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(mobile): svg logo (#8074)
* chore(mobile): anti-aliasing logo * use svg * adjust height * better sizing
This commit is contained in:
parent
f392fe7702
commit
63b4fc6f65
7 changed files with 158 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ class ImmichLogo extends StatelessWidget {
|
|||
image: const AssetImage('assets/immich-logo.png'),
|
||||
width: size,
|
||||
filterQuality: FilterQuality.high,
|
||||
isAntiAlias: true,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue