I am just starting development of theme switcher. You are always very opportune. Not the first time it happens with me. Thanks a lot for your videos and tutorials.
@galaxies_dev5 жыл бұрын
Haha glad I have a good timing :)
@nickk62455 жыл бұрын
after hours of searching i finally found you...big thanks
@galaxies_dev5 жыл бұрын
You are welcome Nick :)
@checkaaddy3 жыл бұрын
Thanks bro I Love you , I was trying this using the official ion theme and it ate me up trying to customize the theme according to my requirement. You made it easy af. P.S. I guess this is the first time I am ever commenting on a video is 15 years
@galaxies_dev3 жыл бұрын
Glad it was helpful for you and thanks for the comment :)
@townheadbluesboy5 жыл бұрын
Very good video as usual Simon. Now I need to give it a go.
@LuisCruz-su6ue5 жыл бұрын
Nice video! Cheers from Mexico 👍🏻
@lifasibiya48105 жыл бұрын
Awesome tuto👌🏽I'm horrible when it comes to styling ☺️ however this will give me a big boost
@LexMadafaka4 жыл бұрын
Great one! Thank you.
@galaxies_dev4 жыл бұрын
Glad you liked it!
@damienosullivan63535 жыл бұрын
I have put the "dark-theme" CSS into app.component.scss, is that correct? Because the colors aren't changing for me. The theme is changing to "dark-theme" as expected, but the colors aren't updating.
@galaxies_dev5 жыл бұрын
Check out the link below the video to the written version! It's directly inside app.scss
@rezhwanraouf17265 жыл бұрын
Hi Damien you have to import the app.component.scss in the global.scss file then it will work ! i hope my answer will be helpful !
@voidMainScript5 жыл бұрын
@@rezhwanraouf1726 What do you mean by this? I've followed the entire tutorial but I got the same problem as Damien. However, I placed the scss to app.scss
@florencedelprat12834 жыл бұрын
1. Add this to your global.scss : @import "./theme/red.theme.scss"; :root { .red-theme { @include red-theme; } } 2. Copy the CSS rules to your theme (src/theme/red.theme.scss) with "mixin" : @mixin red-theme { ion-content { --background: #2c4b84; } // ... }
@rezhwanraouf17265 жыл бұрын
Thank you for an amazing video and videos Simon !
@wimaxisp5 жыл бұрын
I love it. I have bee waiting for this. Thanks so much
@rajureddy75125 жыл бұрын
Great concept... bro
@tommii8584 жыл бұрын
Nice Video, but why exactly do we need a Factory? I don’t get the theory
@izzatullokanoatov3705 жыл бұрын
Appreciate your hard work and Hugeeee thank you.
@the.maciota5 жыл бұрын
hey my lord, thanks for video, share yours extensions for ionic 4 ?
@BCD_Gaming-015 жыл бұрын
This is who really i need now..😆
@devendragaud8315 жыл бұрын
I want to change the height of the ion-select-option element, how can I do that?
@galaxies_dev5 жыл бұрын
You would have to work with the CSS variables of the select, you can find them out by using the debugging tools of your browser!
@devendragaud8315 жыл бұрын
@@galaxies_dev I tried that and this is how it looks ibb.co/XFBVt7w when I changed the height of .action-sheet-button.sc-ion-action-sheet-md (in the middle right), it solved the problem ibb.co/2Y5Prgg but I don't know how to do it from my .scss file.
@edwardgomez59925 жыл бұрын
Excelente Simón, espero sea posible videos con subtítulos en español. Saludos desde Colombia.