colros update

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-24 14:15:31 +00:00
parent 4a200822bb
commit 7b022f3a06
11 changed files with 11 additions and 5 deletions

View File

@@ -434,7 +434,7 @@ const AppSidebar: React.FC = () => {
/>
<img
className="hidden dark:block"
src="/images/logo/logo-dark.svg"
src="/images/logo/IGNY8_DARK_LOGO.png"
alt="Logo"
width={113}
height={30}

View File

@@ -69,14 +69,20 @@
--color-purple: #6366F1;
--color-gray-base: #475569;
*/
--color-primary: #1c86d1;
--color-success: #3fcd9f;
--color-warning: #f87f4c;
--color-danger: #ff656f;
--color-purple: #18b2c4;
--color-gray-base: #243249;
/*
--color-primary: #3B82F6;
--color-success: #10B981;
--color-warning: #F59E0B;
--color-danger: #DC2626;
--color-purple: #F63B82;
--color-gray-base: #30425d;
*/
/* ===================================================================
DERIVED COLORS - All computed from the 6 primaries above