💄 Radius of cards are now set to md instead of sm

This commit is contained in:
Tagaishi
2023-07-24 21:38:42 +02:00
parent 356d7c4982
commit 4a633afdf6

View File

@@ -221,6 +221,7 @@ function BookmarkWidgetTile({ widget }: BookmarkWidgetTileProps) {
className={classes.autoGridItem}
key={index}
px="xl"
radius="md"
component="a"
href={item.href}
target={item.openNewTab ? '_blank' : undefined}