Skip to content

Commit

Permalink
Fix topbar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Jan 14, 2025
1 parent 21c574d commit 4858f01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function TopBar({
);

return (
<div className="flex items-center justify-between absolute top-0 left-0 right-0 h-14 p-0.5 z-50">
<div className="flex items-center justify-between absolute top-0 left-0 right-0 h-14 p-0.5 z-50 p-2">
{onBack ? (
<BackButton onClick={onBack} />
) : (
Expand Down

0 comments on commit 4858f01

Please sign in to comment.