From 62ddaf002c7f4b16a881ee441fca4536c5da567a Mon Sep 17 00:00:00 2001 From: ardhi Date: Tue, 21 Feb 2023 17:30:10 +0700 Subject: [PATCH] fix style tab active on profile page --- src/scss/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_custom.scss b/src/scss/_custom.scss index 1a22ce2..99e8230 100644 --- a/src/scss/_custom.scss +++ b/src/scss/_custom.scss @@ -27,7 +27,7 @@ } .nav-item > .active { - background-color: #192a38 !important; + // background-color: #192a38 !important; }