rajeshwarpatlolla / ionic-toast

'ionic-toast' bower component for ionic framework applications
MIT License
157 stars 60 forks source link

background-color do not apply #31

Open lcrpt opened 7 years ago

lcrpt commented 7 years ago

Hi, thanks for this module.

I cloned the last release of this repo to my node_modules everything is working but the fifth argument doesn't apply the background-color.

ionicToast.show('Server Error', 'bottom', false, 5000, 'rgba(46, 204, 113, 1)');
ionicToast.show('Server Error', 'bottom', false, 5000, '#FFF');

Also the last release is not up to date on npm or bower, it's under 10 commits.

lcrpt commented 7 years ago

https://github.com/rajeshwarpatlolla/ionic-toast/pull/33

EternallLight commented 7 years ago

The last background argument is missing in the release version. And in the latest github version it's still missing in the minified file. I made it work by cloning the repo, making "npm install" and running "gulp".

mayaugusto7 commented 7 years ago

Thanks!

lcrpt commented 7 years ago

they do not support this repos anymore, the best solution is to fork it 👍