React Styled Components - 9 - Theming

preview_player
Показать описание

Use coupon code: CodevolutionYoutube for any workspace upgrade. Select "Add promo code" on checkout, enter the code, then hit "Apply". This will apply a 100% OFF lifetime discount to your subscription. Enjoy and feel free to invite others to your workspace!

📱 Follow Codevolution

Theming with React Styled Components
Рекомендации по теме
Комментарии
Автор

I'd actually style up the Button itself, and inside would check what theme is active (adrk/light).
e.g. : border: 2px solid ${({ theme }) => // current could be equal to "dark" or "light"

VeaceslavBARBARII
Автор

Your series on styled components is great. Thanks 🤙🏻

stefangriffin