@arincones sorry for the delay! You can write custom CSS in Retool. For the action button, something like this should work:
<style>
div.table-cell-action.table-cell-action-left button.ant-btn.minimal {
box-shadow: none;
}
</style>
@arincones sorry for the delay! You can write custom CSS in Retool. For the action button, something like this should work:
<style>
div.table-cell-action.table-cell-action-left button.ant-btn.minimal {
box-shadow: none;
}
</style>