surveysparrow / twigs

Themeable, Customisable and Fully Accessible React Component Library from SurveySparrow
https://twigs.surveysparrow.com/
MIT License
17 stars 8 forks source link

Dialogs Manager css prop support + pixel perfection #64

Closed shettyMegh9 closed 1 month ago

shettyMegh9 commented 2 months ago

Is your feature request related to a problem? Please describe. There is default padding in dialogs that should be overridable and modals are not matching Design.

Describe the solution you'd like in options we should support css ex:-

 dialogs.open("confirm",{
 css:{padding:'$12'}
 })