From 4f8eb38b713aa7e391ed2c840416420c03f24b7c Mon Sep 17 00:00:00 2001 From: gofnnp Date: Mon, 21 Aug 2023 17:54:15 +0400 Subject: [PATCH] fix: special welcome offer button color --- src/components/SpecialWelcomeOffer/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SpecialWelcomeOffer/styles.module.css b/src/components/SpecialWelcomeOffer/styles.module.css index a59f1d2..7f26c9c 100644 --- a/src/components/SpecialWelcomeOffer/styles.module.css +++ b/src/components/SpecialWelcomeOffer/styles.module.css @@ -28,7 +28,7 @@ } .button { - background-color: #78d180; + background-color: #69e573; color: #fff; border-radius: 26px; width: 100%;