more visual enhancements and update readme

This commit is contained in:
miloschwartz 2025-03-01 23:03:42 -05:00
parent 0e38f58a7f
commit 759434e9f8
No known key found for this signature in database
18 changed files with 248 additions and 209 deletions

View file

@ -19,7 +19,7 @@ export function SettingsSectionTitle({ children }: { children: React.ReactNode }
}
export function SettingsSectionDescription({ children }: { children: React.ReactNode }) {
return <p className="text-muted-foreground">{children}</p>
return <p className="text-muted-foreground text-sm">{children}</p>
}
export function SettingsSectionBody({ children }: { children: React.ReactNode }) {