Commit 76308387 by t0ng7u

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

parent dabd9a9a
...@@ -704,6 +704,7 @@ const TokensTable = () => { ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment