wasp-lang / open-saas

A free, open-source SaaS app starter for React & Node.js with superpowers. Full-featured. Community-driven.
https://opensaas.sh
MIT License
8.26k stars 797 forks source link

Fix darkmode switcher styling #263

Closed vincanger closed 2 months ago

vincanger commented 2 months ago

Description

Fixes #260 -- Darkmode switcher duration styling issue

Contributor Checklist

vincanger commented 2 months ago

@Martinsos I tried to extract code where it seemed useful. What do you think about it now?

Martinsos commented 2 months ago

@vincanger looking good, I approved! I maybe wouldn't make it so that Mode compnoent takes moon and sun icons as props, but would just use them directly in it, since it seems like a bit much customization, but it doesn't hurt also.