I was trying to do a button with and I have tried in different ways. svg worked but unfortunately SVG is not supporting on Next.js & Material UI. I am providing the code and the screenshot below.
Any kind of help would be really helpful
span.button__publish {
margin-left: 45px;
position: relative;
}
.button__publish button {
width: 137px;
height: 37.3px;
border-radius: 4px;
background-color: #8ae38c;
}
*emphasized text*
<span class="button__publish">
<button class="MuiButtonBase-root MuiButton-root MuiButton-text publish MuiButton-textPrimary" tabindex="0" type="button">
<span class="MuiButton-label">Publish</span>
</button>
</span>