chore: add toast to reset button

This commit is contained in:
Steven
2023-07-19 09:05:40 +08:00
parent e7cf0c2f79
commit c4f38f1de6
2 changed files with 10 additions and 4 deletions

View File

@ -48,7 +48,7 @@ const Home: React.FC = () => {
</div>
<div className="w-full flex flex-row justify-between items-center mb-4">
<div className="flex flex-row justify-start items-center">
<Button className="shadow" variant="soft" size="sm" onClick={() => setShowCreateShortcutDialog(true)}>
<Button className="hover:shadow" variant="soft" size="sm" onClick={() => setShowCreateShortcutDialog(true)}>
<Icon.Plus className="w-5 h-auto" /> New
</Button>
</div>