From 3c73af914f3880c41c5c39f046b8de4679978660 Mon Sep 17 00:00:00 2001 From: abiyasa05 Date: Thu, 3 Oct 2024 11:12:52 +0700 Subject: [PATCH] add: color for button register --- apps/frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/index.css b/apps/frontend/src/index.css index 6f4ed59..c6f68d5 100644 --- a/apps/frontend/src/index.css +++ b/apps/frontend/src/index.css @@ -69,5 +69,5 @@ } :root { - --primary-color: #2555FF + --primary-color: #2555FF; } \ No newline at end of file