diff --git a/apps/mobile/app/components/intro/illustration.tsx b/apps/mobile/app/components/intro/illustration.tsx
index e13ee92af..0d2595da5 100644
--- a/apps/mobile/app/components/intro/illustration.tsx
+++ b/apps/mobile/app/components/intro/illustration.tsx
@@ -37,7 +37,6 @@ import Svg, {
Path,
Rect
} from "react-native-svg";
-import { useThemeColors } from "@notesnook/theme";
const SPRING_CONFIG = {
damping: 14,
@@ -76,7 +75,6 @@ function useFloatAnim(delay: number, range = 6) {
}
export const IntroIllustration = () => {
- const { colors, isDark } = useThemeColors();
// Gesture-driven tilt
const tiltX = useSharedValue(0); // rotateX: finger up/down
const tiltY = useSharedValue(0); // rotateY: finger left/right
@@ -136,37 +134,37 @@ export const IntroIllustration = () => {
cx={116}
cy={105}
r={104.75}
- stroke={colors.primary.border}
+ stroke="#1F2722"
strokeWidth={0.5}
/>
-
+
{/* ── Defs ── */}
@@ -215,20 +213,14 @@ export const IntroIllustration = () => {
width={46.5}
height={46.5}
rx={7.75}
- fill={isDark ? "#1A1D1B" : colors.secondary.background}
- stroke={colors.primary.accent}
+ fill="#1A1D1B"
+ stroke="#233C2D"
strokeWidth={0.5}
/>
-
+
@@ -244,13 +236,13 @@ export const IntroIllustration = () => {
width={31.5}
height={31.5}
rx={7.75}
- fill={isDark ? "#1A1D1B" : colors.secondary.background}
- stroke={colors.primary.accent}
+ fill="#1A1D1B"
+ stroke="#233C2D"
strokeWidth={0.5}
/>
@@ -266,8 +258,8 @@ export const IntroIllustration = () => {
width={34.5}
height={34.5}
rx={7.75}
- fill={isDark ? "#1A1D1B" : colors.secondary.background}
- stroke={colors.primary.accent}
+ fill="#1A1D1B"
+ stroke="#233C2D"
strokeWidth={0.5}
/>
{
height={18.3333}
x={8.3334}
y={8.333}
- fill={colors.secondary.background}
+ fill="#171F1A"
/>
@@ -295,14 +287,14 @@ export const IntroIllustration = () => {
width={42.5}
height={42.5}
rx={7.75}
- fill={isDark ? "#1A1D1B" : colors.secondary.background}
- stroke={colors.primary.accent}
+ fill="#1A1D1B"
+ stroke="#233C2D"
strokeWidth={0.5}
/>