DashboardLibrary: Fix border radius box (#112905)
This commit is contained in:
@@ -89,7 +89,7 @@ export const DashboardLibrarySection = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Box borderColor="strong" borderStyle="dashed" padding={4} flex={1}>
|
||||
<Box borderRadius="lg" borderColor="strong" borderStyle="dashed" padding={4} flex={1}>
|
||||
<Stack direction="column" alignItems="center" gap={2}>
|
||||
<Text element="h3" textAlignment="center" weight="medium">
|
||||
<Trans i18nKey="dashboard.empty.start-with-suggested-dashboards">
|
||||
|
||||
Reference in New Issue
Block a user