From 82ebf969d0467c15b613311c6d486ca79237d3d4 Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Date: Tue, 7 Feb 2023 00:15:08 +0100 Subject: [PATCH] theme color changed --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index d422148..306bac8 100755 --- a/src/index.css +++ b/src/index.css @@ -520,7 +520,7 @@ input[type="number"] { transition: all 0.5s ease-in-out; width: 58px; height: 58px; - @apply bg-pink; + @apply bg-purple; } /* TODO: =================================login end================================= */ -- 2.34.1