--- #34625
Locked
amir-khoshbakht
announced in
Archive
---
#34625
Replies: 2 comments 2 replies
-
Just use the unstyled components then? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it a bad practice to use both Material ui and Tailwind css simultaneously ?
it says use this code to have a ready made button component with styles.
and also says you can use "sx" prop or "style" prop or "createTheme" or ... to override any of the default styles of the mentioned component. but I'm wondering if there is any way to REMOVE any of the deafault styles ?
for example : remove "background-color" style completely from default styles of a MUI button.
Beta Was this translation helpful? Give feedback.
All reactions