Skip to content

Commit aaf632a

Browse files
authored
fix: issue with button variant="" (#4514)
1 parent 2d7f931 commit aaf632a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/components/button/button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989

9090
&[data-variant="outlined"],
9191
&:not([data-variant]),
92+
&[data-variant=""],
9293
&[data-variant="ghost"] {
9394
background-color: colors.$db-adaptive-bg-basic-transparent-full-default;
9495
}

0 commit comments

Comments
 (0)