Skip to content

Commit

Permalink
fix: settings back button height
Browse files Browse the repository at this point in the history
  • Loading branch information
Quiddlee committed Aug 29, 2024
1 parent 049512f commit d8ae7f5
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ const BackButton = () => {
};

return (
<h2
style={{ viewTransitionName: 'title' }}
className="mr-auto flex items-center pl-4">
<h2 className="mr-auto flex items-center pl-4">
<button
type="button"
onClick={handleBack}
className="flex h-12 w-12 items-center justify-center">
className="flex h-14 w-12 items-center justify-center">
<IconButton className="animate-fade-in-screen duration-500">
<Icon>arrow_left_alt</Icon>
</IconButton>
Expand Down

0 comments on commit d8ae7f5

Please sign in to comment.