Skip to content

Commit

Permalink
style(glf): tweak styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik committed Jan 17, 2025
1 parent d3eb2cf commit 1baf43d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function EditPostForm({
tagLoader,
listsLoader,
}: Omit<EditPostFormProps, 'form'>) {
const { forcedTheme: theme } = useTheme()
const { theme } = useTheme()
const session = useSession()
const form = useForm<z.infer<typeof PostSchema>>({
resolver: zodResolver(NewPostFormSchema),
Expand Down

0 comments on commit 1baf43d

Please sign in to comment.