Skip to content

fix/theme-consistency #55

@maxjvjohansson

Description

@maxjvjohansson

The shared UI theme is used inconsistently across the Next.js and Expo apps. Many components import webTheme/nativeTheme directly instead of receiving the theme via styled-components ThemeProvider, which prevents dynamic theming (e.g., dark mode) and causes visual inconsistencies.

  • No component imports a theme directly

  • All styling uses the ThemeProvider context

  • Shared, extendable theme structure exists

  • Light/dark variants available for future

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions