From 30323267934df57de770880d3eba516f49feb77e Mon Sep 17 00:00:00 2001 From: lora322 <39804183+lora322@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:35:25 -0400 Subject: [PATCH 1/2] Update theme colors for blue variants --- frontend/src/css/_theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/css/_theme.css b/frontend/src/css/_theme.css index 765b8d3..610fdad 100644 --- a/frontend/src/css/_theme.css +++ b/frontend/src/css/_theme.css @@ -14,7 +14,7 @@ } .bg-blue-600 { - @apply bg-pavitra-800; + @apply bg-pavitra-600; } .border-blue-700 { @@ -69,7 +69,7 @@ } .text-blue-600 { - @apply text-pavitra-900; + @apply text-pavitra-600; } .checkbox input[type='checkbox']:checked + .check, @@ -92,14 +92,14 @@ } .text-blue-500 { - @apply text-pavitra-800; + @apply text-pavitra-500; } .hover\:text-blue-600:hover { - @apply text-pavitra-800; + @apply text-pavitra-600; } .active\:text-blue-700:active { - @apply text-pavitra-800; + @apply text-pavitra-700; } } From 37c1e09dc3989ad5d7ce6cc382c27eb3b9f33de8 Mon Sep 17 00:00:00 2001 From: lora322 <39804183+lora322@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:41:15 -0400 Subject: [PATCH 2/2] Change icons color from blue-500 to blue-600 --- frontend/src/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.ts b/frontend/src/styles.ts index 22c1366..e4f492e 100644 --- a/frontend/src/styles.ts +++ b/frontend/src/styles.ts @@ -38,7 +38,7 @@ export const white: StyleObject = { overlay: 'from-white via-gray-100 to-white', activeLinkColor: 'bg-gray-100/70', bgLayoutColor: 'bg-gray-50', - iconsColor: 'text-blue-500', + iconsColor: 'text-blue-600', cardsColor: 'bg-white', focusRingColor: 'focus:ring focus:ring-blue-600 focus:border-blue-600 focus:outline-none border-gray-300 dark:focus:ring-blue-600 dark:focus:border-blue-600',