chore: tweak styles

This commit is contained in:
Steven
2023-07-10 23:47:32 +08:00
parent 12172f11c0
commit 28df6e35fb
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ const Home: React.FC = () => {
</Tabs>
</div>
<div>
<Button variant="soft" size="sm" onClick={() => setShowCreateShortcutDialog(true)}>
<Button className="shadow" variant="soft" size="sm" onClick={() => setShowCreateShortcutDialog(true)}>
<Icon.Plus className="w-5 h-auto" /> New
</Button>
</div>