mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: wrong corner radius of recently added link (#30140)
This commit is contained in:
parent
b9f6c4aaf2
commit
a7f1d495c6
1 changed files with 0 additions and 1 deletions
|
|
@ -886,7 +886,6 @@ class _QuickLinkList extends StatelessWidget {
|
|||
_QuickLink(
|
||||
title: context.t.recently_added,
|
||||
icon: Icons.upload_outlined,
|
||||
isTop: true,
|
||||
onTap: () => context.pushRoute(const DriftRecentlyAddedRoute()),
|
||||
),
|
||||
_QuickLink(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue