Skip to content

Commit

Permalink
fix(edit): background color reaches all the way to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
SelmaBergstrand committed Oct 10, 2024
1 parent dc8e1ba commit 0c86437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tavla/app/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function ContactForm() {

return (
<div
className="flex items-center justify-center w-full xl:w-1/6 h-14"
className="flex items-center justify-center w-full xl:w-1/6"
onClick={() =>
isOpen
? posthog.capture('CONTACT_FORM_OPENED')
Expand Down

0 comments on commit 0c86437

Please sign in to comment.