Miloua91 / clipwarp

Cross-platform clipboard/links manager.
MIT License
8 stars 2 forks source link

Mobile app: Add light mode #16

Closed Miloua91 closed 3 weeks ago

Miloua91 commented 1 month ago

Add light mode to the mobile app.

HazemAbdo commented 4 weeks ago

@Miloua91 Can you please assign this issue to me?

Miloua91 commented 4 weeks ago

@HazemAbdo to make your work easier, you need to change these two major colors in app.tsx, and add the choice to change between dark and light mode in settings

const bgColor = "#252422";
const cardColor = "#403d39";

then use nativewind to change the rest of the colors like text and such. feel free to ask me any question