colros update
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user