Hi,
I add the Sweet Alert packages : https://github.com/kevohagan/meteor-sweetalert
But I want to change the css to custom the theme of Sweet Alert.
The doc of Sweet Alert say :
SweetAlert can easily be themed to fit your site’s design. SweetAlert comes with three example themes that you can try out: facebook, twitter and google. They can be referenced right after the intial sweetalert-CSS:
But how can I do that with Meteor ?
Thanks.
PS : I use Meteor and React with the Mantra architecture.