mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 17:25:11 +03:00
chore(mobile): svg logo (#8074)
* chore(mobile): anti-aliasing logo * use svg * adjust height * better sizing
This commit is contained in:
@@ -18,6 +18,7 @@ class ImmichLogo extends StatelessWidget {
|
||||
image: const AssetImage('assets/immich-logo.png'),
|
||||
width: size,
|
||||
filterQuality: FilterQuality.high,
|
||||
isAntiAlias: true,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user