F3n-r1r / ShortFlix

1 stars 0 forks source link

Modal component backdrop color #1

Open F3n-r1r opened 5 years ago

F3n-r1r commented 5 years ago

The backdrop for the modal has no background color on the home page because the class light/dark theme class is first applied when navigating to the dashboard.

F3n-r1r commented 5 years ago

Note: Set light and dark theme class on app instance instead of dashboard to prevent backdrop from not having a background color. But new issue is that then it will allso be affected when the theme is switched to dark. So need find a way to set it so that on the home page the theme class is always light.

F3n-r1r commented 5 years ago

Temp Fix: For now the backdrop color for the modal component on the home page has its background color set as an inline style.