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 am trying to modify the <style> element in the header where data-mata="MuiButtonBase". I know for the attributes of the form, we can make styling changes like "padding" using ObjectFieldTemplate but what about the "submit" button? Can we make padding changes to it? If so, what should I use?
The text was updated successfully, but these errors were encountered:
@heath-freenome As stated here as well #2868 , the "Submit" button ignores the css classnames that I add here under "ui:submitButtonOptions". So, this is not letting me change the padding from 0 to 2 of <style> element of the header in data-mata="MuiButtonBase" .
I resolved it using a button from mui to replace the provided button.
Prerequisites
What theme are you using?
material-ui
What is your question?
I am trying to modify the <style> element in the header where data-mata="MuiButtonBase". I know for the attributes of the form, we can make styling changes like "padding" using ObjectFieldTemplate but what about the "submit" button? Can we make padding changes to it? If so, what should I use?
The text was updated successfully, but these errors were encountered: