Skip to content

feat: implement full dark mode across mobile app (#226)#414

Open
Ummi-001 wants to merge 1 commit into
BlockHaven-Labs:mainfrom
Ummi-001:feat/dark-mode-mobile
Open

feat: implement full dark mode across mobile app (#226)#414
Ummi-001 wants to merge 1 commit into
BlockHaven-Labs:mainfrom
Ummi-001:feat/dark-mode-mobile

Conversation

@Ummi-001
Copy link
Copy Markdown
Contributor

Closes #226

What I did

  • Updated mobile/app/_layout.tsx overlay to use theme colors
  • Updated mobile/app/(tabs)/index.tsx to use theme colors instead of hardcoded values
  • Created mobile/components/ThemeToggle.tsx for manual dark/light mode toggle
  • Dark mode uses existing ThemeContext with DARK_COLORS and LIGHT_COLORS
  • Toggle persists preference using useAuthStore
  • Supports system preference and manual override
  • No contrast issues between light and dark modes

@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

@Ummi-001 is attempting to deploy a commit to the aminubabafatima8-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@Ummi-001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement full dark mode across mobile app

1 participant