header: remove bottom margin
This commit is contained in:
parent
df851197a3
commit
1c4560fd2f
@ -6,7 +6,7 @@ type Props = { title: string | undefined };
|
||||
|
||||
export function PageHeader(props: Readonly<Props>) {
|
||||
return (
|
||||
<div className="sticky top-0 z-50 mb-2 flex items-center rounded-b-lg bg-transparent p-2">
|
||||
<div className="sticky top-0 z-50 flex items-center rounded-b-lg bg-transparent p-2">
|
||||
<BackButton />
|
||||
<PageTitle title={props.title} />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user