From 06d63218e5a2add9d5cea9f1f150c7dee3405554 Mon Sep 17 00:00:00 2001 From: Arpit Gupta <145912232+shuhaki@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:23:08 +0530 Subject: [PATCH] Enhanced the color of text in Get Components button (#861) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5bc1464d..faaf8246 100644 --- a/style.css +++ b/style.css @@ -422,7 +422,7 @@ section { margin-top: 20px; padding: 10px 45px; border-radius: 30px; - color: rgb(104, 73, 130); + color: rgb(104, 73, 131); background: rgba(224, 202, 245, 0.743); cursor: pointer; transition: transform 0.5s;