🧶style(TokensTable): add IconDelete in Delete selected token button
This commit is contained in:
@@ -704,6 +704,7 @@ const TokensTable = () => {
|
||||
<Button
|
||||
theme="light"
|
||||
type="danger"
|
||||
icon={<IconDelete />}
|
||||
className="!rounded-full w-full md:w-auto"
|
||||
onClick={() => {
|
||||
if (selectedKeys.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user