Skip to content

Commit e049a3d

Browse files
authored
Fix background bleed from dashboard cards (#1505)
1 parent ded5ea7 commit e049a3d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/blue-shirts-begin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@keystatic/core": patch
3+
---
4+
5+
Fix background bleeding from dashboard cards border radius

packages/keystatic/src/app/dashboard/components.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const DashboardCard = (
6767
<Flex
6868
alignItems="center"
6969
backgroundColor="canvas"
70+
borderRadius="medium"
7071
padding="large"
7172
position="relative"
7273
>

0 commit comments

Comments
 (0)