You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't create a "standard" modal (like the ones in boostrap doc) because in modal-header we have border-0 and style.main and in modal-footer style.border. This need to be empty for the standard layout
Maybe registering a new Style is possible to fix but i think is a function needed in default styles
The text was updated successfully, but these errors were encountered:
The original intent I had when I added border-0 by default was to make the colors merge better and to also remove a redundant border. I feel that this should be left up to the developer to decide.
In the meantime, to get the "standard" style, you can register and use the following style:
I can't create a "standard" modal (like the ones in boostrap doc) because in modal-header we have
border-0
andstyle.main
and in modal-footerstyle.border
. This need to be empty for the standard layoutMaybe registering a new Style is possible to fix but i think is a function needed in default styles
The text was updated successfully, but these errors were encountered: