Skip to content

Commit

Permalink
Update 3xl to 1.75 rem/28 px per HCD feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
charmcitygavin committed Mar 26, 2024
1 parent abbca8c commit 9e558e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/components/RHF/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const RHFSection = <TFieldValues extends FieldValues>(props: {
: "bg-primary text-white")
}
>
<FormLabel className="text-2xl font-semibold">
<FormLabel className="text-3xl font-bold">
{props.section.title}
</FormLabel>
</div>
Expand Down
3 changes: 3 additions & 0 deletions src/services/ui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export default {
fontFamily: {
serif: ["Merriweather", "serif"],
},
fontSize: {
"3xl": "1.75rem",
},
container: {
center: true,
padding: "2rem",
Expand Down

0 comments on commit 9e558e6

Please sign in to comment.