Here is the scenario that has been implemented:
nextClassName={'text-hide'}
nextText={''}
nextIconComponent={
<RaisedButton
label='Next'
/>}
As a result, a Next Button with a wrapper div above the button is generated. The text-hide class is applied to the div and not the button, allowing the border and background of the next button to remain unchanged.
To view a screenshot, click on the following link: https://i.sstatic.net/ffsqs.jpg
If you want to make the background and border outside the NEXT button transparent, what steps should be taken?