Skip to content

Commit 810c7d5

Browse files
committed
Change color of button and text
1 parent 310bffa commit 810c7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/landingBlocks/EmailForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ const EmailForm: React.FC<EmailFormProps> = () => {
172172
script.src =
173173
"https://cdn.jsdelivr.net/ghost/signup-form@~0.2/umd/signup-form.min.js";
174174
script.async = true;
175-
script.setAttribute("data-button-color", "#000000");
176-
script.setAttribute("data-button-text-color", "#FFFFFF");
175+
script.setAttribute("data-button-color", "#FFF100");
176+
script.setAttribute("data-button-text-color", "#181A1F");
177177
script.setAttribute("data-site", "https://blog.nomic.foundation/");
178178
script.setAttribute("data-locale", "en");
179179

0 commit comments

Comments
 (0)