We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f561b2 commit 6f60921Copy full SHA for 6f60921
packages/ui/src/components/Card/SummaryCard.module.css
@@ -17,7 +17,7 @@
17
position: relative;
18
}
19
20
-/* Flat variant - Match Card's border-radius */
+/* Flat variant - imageSection uses Card's border-radius */
21
.summaryCard[data-variant='flat'] .imageSection {
22
border-radius: var(--ai-radius-xl);
23
@@ -28,7 +28,7 @@
28
border-top-right-radius: calc(var(--ai-radius-xl) + 2px);
29
30
31
+/* Flat variant - topOverlay uses Card's border-radius */
32
.summaryCard[data-variant='flat'] .topOverlay {
33
border-top-left-radius: var(--ai-radius-xl);
34
border-top-right-radius: var(--ai-radius-xl);
0 commit comments