dreamRs / shinypop

Collection of notifications, confirm dialogs and alerts for 'Shiny' applications
GNU General Public License v3.0
51 stars 7 forks source link

Add `titleColor` option to notiflix confirm #1

Closed tomicapretto closed 3 years ago

tomicapretto commented 3 years ago

Hi! Thank you for this great package, my apps now look much better!

I would like to know if it is possible to add the titleColor argument to shinypop::use_notiflix_confirm() so one can use the same color for the title and the confirm button background, for example.

If you want, I can try to incorporate this and then make a PR to incorporate the changes.

Thank you!

pvictor commented 3 years ago

You're welcome :)

Yes that's doable, I think this will require to upgrade Notiflix JS library (https://github.com/notiflix/Notiflix). If you want to make a PR it'll be great and you might be quicker than me to integrate it.

Victor

tomicapretto commented 3 years ago

Thanks for the quick response. I've just created the PR :)

tomicapretto commented 3 years ago

Closing since PR #2 is merged