Skip to content

Commit 89cdfb4

Browse files
committed
fix(Result): sub-element definition
1 parent ad7a45e commit 89cdfb4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/twelve-drinks-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cube-dev/ui-kit": patch
3+
---
4+
5+
Fix sub-element definition in Result component.

src/components/content/Result/Result.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,19 @@ const Container = tasty({
9292
'--icon-size': '6x',
9393

9494
Icon: {
95+
$: '>',
9596
display: 'grid',
9697
gridArea: 'icon',
9798
},
9899

99100
Content: {
101+
$: '>',
100102
gridArea: 'content',
101103
display: 'block',
102104
},
103105

104106
Title: {
107+
$: '>',
105108
gridArea: 'title',
106109
display: 'flex',
107110
flow: 'column',

0 commit comments

Comments
 (0)