so far, I've made 3 styled button components
Issues:
I made a styled folder inside the components folder and put the button.ts inside it - is this the correct file structure?
the MUI Button component has a strange ripple effect that can only be disabled through a prop - How do I target and disable that prop from the button.ts file rather than having to write it as a prop every time we use the button?
I cleaned up and dry-ed the code as much as I could. Please look at it and let me know if there's more I could do
I would like help converting the 3 styled components into variants instead as part of this ticket.
so far, I've made 3 styled button components Issues: