💄 Radius of cards are now set to md instead of sm
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user