mirror of
https://github.com/immich-app/immich.git
synced 2026-07-28 14:47:30 -07:00
fix: wrong corner radius of recently added link (#30140)
This commit is contained in:
@@ -886,7 +886,6 @@ class _QuickLinkList extends StatelessWidget {
|
|||||||
_QuickLink(
|
_QuickLink(
|
||||||
title: context.t.recently_added,
|
title: context.t.recently_added,
|
||||||
icon: Icons.upload_outlined,
|
icon: Icons.upload_outlined,
|
||||||
isTop: true,
|
|
||||||
onTap: () => context.pushRoute(const DriftRecentlyAddedRoute()),
|
onTap: () => context.pushRoute(const DriftRecentlyAddedRoute()),
|
||||||
),
|
),
|
||||||
_QuickLink(
|
_QuickLink(
|
||||||
|
|||||||
Reference in New Issue
Block a user