website refactor
This commit is contained in:
@@ -20,7 +20,11 @@ export function FormSection({ children, title }: FormSectionProps) {
|
||||
size="xs"
|
||||
weight="bold"
|
||||
color="text-gray-500"
|
||||
className="uppercase tracking-widest border-b border-border-gray pb-1"
|
||||
uppercase
|
||||
letterSpacing="widest"
|
||||
borderBottom
|
||||
borderColor="border-border-gray"
|
||||
pb={1}
|
||||
>
|
||||
{title}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user