morbidick / serviceworker-helpers

Display a toast on available service worker update
9 stars 1 forks source link

Allow custom styling of toast #7

Open eugv86 opened 5 years ago

morbidick commented 5 years ago

The toast is a paper-toast so you can use the provided custom-properties to style

eugv86 commented 5 years ago

The toast is a paper-toast so you can use the provided custom-properties to style

Those are just 2 properties through.... I'm just saying it would be nice to pass a full css styling to it.

morbidick commented 5 years ago

We could expose a css mixin (its legacy part css parts arent here yet so probably the best option), would you like to open a PR?