Skip to content

Commit 24c9035

Browse files
committed
Override button color using supported css vars
1 parent a30a407 commit 24c9035

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app/SuccessButton.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "react-toolbox/lib/button/theme.css";
2+
13
.button {
2-
background-color: green !important;
3-
}
4+
background-color: var(--palette-green-700) !important;
5+
}

0 commit comments

Comments
 (0)