From b43b723cdebcfb4ec82362097709f36a1ed61a3e Mon Sep 17 00:00:00 2001 From: scanda-shetty <105596977+scanda-shetty@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:07:05 +0530 Subject: [PATCH] Update button.scss Added highen and fixed scss. --- styles/button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/button.scss b/styles/button.scss index d122f1351..ac0de3530 100644 --- a/styles/button.scss +++ b/styles/button.scss @@ -30,7 +30,7 @@ } .btn-gray { - @apply bg-gray5 text-white hover:bg-gray4; + @apply bg-gray5 text-white hover:bg-gray-4; &.glow { @apply hover:drop-shadow-[0_0_5px_rgba(239,68,68,0.5)]; }