Easy way to style or change theme for firebaseui-web ?
See original GitHub issueI incorporated email login to my app and I tried to style it, but it seems quite complicated to change whole theme of all dialogs.
I would like to have option to define colors like foreground background similar to material theme color definition in material components library, that is from google too.
I tried to look for styles in chrome by looking fro component and I changed some button colors like this
.mdl-button--raised.mdl-button--colored
background var(--secondary-color)
.mdl-button--raised.mdl-button--colored:hover
background var(--accent-color)
.mdl-button--raised.mdl-button--colored:active
background var(--secondary-color)
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:39
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Developers - Easy way to style or change theme for firebaseui-web ? -
I would like to have option to define colors like foreground background similar to material theme color definition in material components library, ...
Read more >How to customize theme of FirebaseUI- Web - Stack Overflow
I tried the pig old school way overwriting "node_modules/firebaseui/dist/firebaseui.css" on a custom css file. Share.
Read more >[Solved]-How to customize theme of FirebaseUI- Web-Vue.js
I tried the pig old school way overwriting "node_modules/firebaseui/dist/firebaseui.css" on a custom css file. andreu 66. Source: stackoverflow.
Read more >Easily add sign-in to your Web app with FirebaseUI - Google
In the Firebase console, open the Authentication section. · In the same section, enable Email link (passwordless sign-in) sign-in method and click Save....
Read more >FirebaseUI for Auth - Firebase Open Source
As of version 8.0.0 FirebaseUI uses Material Design Components and themes. To use FirebaseUI seamlessly in your app you should provide a theme...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I concur, it says it’s easy to customise , but is it really ?
Over two year old issue, will this ever be done? It seems like a basic requirement and should be customisable