Browse Source

🧶style(TokensTable): add `IconDelete` in `Delete selected token` button

t0ng7u 8 months ago
parent
commit
6935260bf0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/src/components/table/TokensTable.js

+ 1 - 0
web/src/components/table/TokensTable.js

@@ -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) {