|
|
@@ -1,5 +1,5 @@
|
|
|
import React from 'react';
|
|
|
-import { COLORS } from '../styles/colors';
|
|
|
+import { INK_COLORS } from '../styles/colors';
|
|
|
|
|
|
interface HeaderLogoProps {
|
|
|
className?: string;
|
|
|
@@ -31,7 +31,7 @@ const HeaderLogo: React.FC<HeaderLogoProps> = ({
|
|
|
{showName && (
|
|
|
<h1
|
|
|
className={`font-serif font-bold tracking-wide ${currentSize.name}`}
|
|
|
- style={{ color: COLORS.text.primary }}
|
|
|
+ style={{ color: INK_COLORS.text.primary }}
|
|
|
>
|
|
|
银龄智慧
|
|
|
</h1>
|