I have a button with a icon. Is there any possibility to have the button transparent, with the icon visible?
dbc.Button(html.I(className='class="bi bi-arrow-right-circle',
style={"font-size": "1em", 'margin': '0px', 'padding': '0px'}),
id='imageViewerButton',style={'height':'300px','margin': '0px', 'padding': '0px'})
Best regards