fix: wrong corner radius of recently added link (#30140)

This commit is contained in:
Alex 2026-07-22 11:44:14 -05:00 committed by GitHub
parent b9f6c4aaf2
commit a7f1d495c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(