From be6da5526da2c6323301fe2899fa680a48f32970 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 17 Dec 2025 21:53:10 +0700 Subject: [PATCH] softsimon theme primary color fix --- frontend/src/theme-softsimon.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/theme-softsimon.scss b/frontend/src/theme-softsimon.scss index 4e9b3e782..c626ea6c5 100644 --- a/frontend/src/theme-softsimon.scss +++ b/frontend/src/theme-softsimon.scss @@ -18,7 +18,7 @@ $gray-700: $fg; $nav-tabs-link-active-bg: $active-bg; -$primary: #105fb0; +$primary: #007cfa; $secondary: #2d3348; $tertiary: #653b9c; $success: #1a9436;