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:
parent
7007c05a08
commit
9ecf101449
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue