fix: shortcuts settings page button spacing (#2859)

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
Co-authored-by: Cristhian Zanforlin Lousa <72977554+Cristhianzl@users.noreply.github.com>
This commit is contained in:
Igor Carvalho 2024-07-22 18:09:53 -03:00 committed by GitHub
commit 9ecf101449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,10 +85,10 @@ export default function ShortcutsPage() {
)}
<Button
variant="primary"
className="ml-3"
className="flex gap-2"
onClick={handleRestore}
>
<ForwardedIconComponent name="RotateCcw" className="mr-2 w-4" />
<ForwardedIconComponent name="RotateCcw" className="w-4" />
Restore
</Button>
</div>