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