MarvinKlein1508 / SignaturePad

A simple to use blazor component to draw custom signatures.
MIT License
72 stars 12 forks source link

How to change button styling? #13

Closed cryo75 closed 1 year ago

cryo75 commented 1 year ago

Is it possible to change the class / style of the clear button?

MarvinKlein1508 commented 1 year ago

Right now it's not possible.

Would you rather have a class which you can override or a class which can be specified ?

cryo75 commented 1 year ago

A class that can be specified would be better.

MarvinKlein1508 commented 1 year ago

Done in v7.4.0

cryo75 commented 1 year ago

Thanks.