Skip to content

Commit 60a35ca

Browse files
committed
fix style
1 parent a57df9c commit 60a35ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/scss/common/_variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ $pink-500: #d32e9d;
2626

2727
$primary: $green;
2828

29-
$color-btn-bg: $pink-500;
30-
$color-btn-border: darken($pink-500, 5%);
29+
$color-btn-bg: $primary;
30+
$color-btn-border: darken($primary, 5%);
3131
$color-btn-text: $white;
3232

3333
// Options

0 commit comments

Comments
 (0)