Skip to content

Commit

Permalink
tweak thread screen container gap
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 12, 2024
1 parent 947513b commit 0e51d61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/src/screens/thread/ThreadScreen/ThreadScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { FormErrorText } from "@/components/ui/FormErrorText";
import { Heading } from "@/components/ui/heading";
import { HeadingInput } from "@/components/ui/heading-input";
import { HStack, LStack, styled } from "@/styled-system/jsx";
import { LStack as lstack } from "@/styled-system/patterns";

import { Form, Props, useThreadScreen } from "./useThreadScreen";

Expand All @@ -34,8 +35,10 @@ export function ThreadScreen(props: Props) {
return (
<LStack gap="4">
<styled.form
display="flex"
flexDirection="column"
alignItems="start"
gap="4"
gap="1"
width="full"
onSubmit={handlers.handleSave}
>
Expand Down

0 comments on commit 0e51d61

Please sign in to comment.