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
Thanks for your comment. I think both of them are correct and the class name that you mentioned is the customized version of bootstrap. It has the styling that matches modularadmin. You can use either btn-secondary-outline to have modularadmin styling or btn-outline-secondary to have bootstrap default styling.
it is
btn-outline-secondary
and notbtn-secondary-outline
the class name for outlined buttons is
btn-outline-secondary
like in bootstrap samples page
see at https://getbootstrap.com/docs/4.0/components/input-group/#button-addons
and not as used in Modular-admin sample site.
The text was updated successfully, but these errors were encountered: