Skip to content

Commit 319555e

Browse files
committed
fix(): updated the color of the success button in the newsletter form
1 parent 53fdc21 commit 319555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/homepage/newsletter/newsletter.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
}
104104

105105
.newsletter-form .btn-success[disabled] {
106-
background: #d3e6d4;
106+
background: var(--background);
107107
color: #1dd81c;
108108
pointer-events: none;
109109
}

0 commit comments

Comments
 (0)