Skip to content

Commit e12c0d1

Browse files
committed
fix: ThemeWrapper has no background
1 parent 7c25ce9 commit e12c0d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/provider/ThemeWrapper.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const theme = injectThemeContext()
2222
:data-gray-color="theme.grayColor.value"
2323
:data-radius="props.radius || theme.radius.value"
2424
:data-scaling="theme.scaling.value"
25-
:data-has-background="theme.hasBackground.value"
2625
as-child
2726
>
2827
<slot></slot>

0 commit comments

Comments
 (0)