Merge pull request #25 from lora322/ai-dev

update icon colours
This commit is contained in:
lora322 2025-09-22 17:42:05 -04:00 committed by GitHub
commit 6a2553be58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
} }
.bg-blue-600 { .bg-blue-600 {
@apply bg-pavitra-800; @apply bg-pavitra-600;
} }
.border-blue-700 { .border-blue-700 {
@ -69,7 +69,7 @@
} }
.text-blue-600 { .text-blue-600 {
@apply text-pavitra-900; @apply text-pavitra-600;
} }
.checkbox input[type='checkbox']:checked + .check, .checkbox input[type='checkbox']:checked + .check,
@ -92,14 +92,14 @@
} }
.text-blue-500 { .text-blue-500 {
@apply text-pavitra-800; @apply text-pavitra-500;
} }
.hover\:text-blue-600:hover { .hover\:text-blue-600:hover {
@apply text-pavitra-800; @apply text-pavitra-600;
} }
.active\:text-blue-700:active { .active\:text-blue-700:active {
@apply text-pavitra-800; @apply text-pavitra-700;
} }
} }

View File

@ -38,7 +38,7 @@ export const white: StyleObject = {
overlay: 'from-white via-gray-100 to-white', overlay: 'from-white via-gray-100 to-white',
activeLinkColor: 'bg-gray-100/70', activeLinkColor: 'bg-gray-100/70',
bgLayoutColor: 'bg-gray-50', bgLayoutColor: 'bg-gray-50',
iconsColor: 'text-blue-500', iconsColor: 'text-blue-600',
cardsColor: 'bg-white', cardsColor: 'bg-white',
focusRingColor: 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', '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',