Skip to content

Commit

Permalink
Adjust form title spacing to match design
Browse files Browse the repository at this point in the history
  • Loading branch information
charmcitygavin committed Nov 8, 2023
1 parent db358e7 commit b4e5225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/components/RHF/Document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const RHFDocument = <TFieldValues extends FieldValues>(props: {
<div>
<div className="h-[5px] bg-gradient-to-r from-primary from-50% to-[#02bfe7] to-[66%] rounded-t"></div>
<div className="py-4 px-8 border-2 border-t-0 mt-0">
<div className="my-5">
<div className="mb-3 mt-9">
<FormLabel className="font-bold text-4xl px-8 font-serif">
{props.document.header}
</FormLabel>
Expand Down

0 comments on commit b4e5225

Please sign in to comment.