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

This commit is contained in:
t0ng7u
2025-06-25 23:23:59 +08:00
parent f0d888729b
commit 6935260bf0

View File

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