Skip to content

Commit 02b4d8a

Browse files
authored
Merge pull request #534 from devtron-labs/fix/theming-issues
fix: secondary button bg color
2 parents 0f359b1 + 9f380f0 commit 02b4d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/Button/button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
}
106106

107107
&__secondary {
108-
$background: var(--transparent);
108+
$background: var(--bg-primary);
109109
$border-color: var(--N200);
110110

111111
&--default {

0 commit comments

Comments
 (0)