We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8670fa + 7324c15 commit fbb541aCopy full SHA for fbb541a
1 file changed
frontend/routes/settings/index.tsx
@@ -51,7 +51,7 @@ export const Route = createFileRoute('/settings/')({
51
function SettingsSection({ title, children }: { title: string; children: React.ReactNode }) {
52
return (
53
<div className="relative rounded-lg border border-border bg-card p-4 pt-6">
54
- <span className="absolute -top-2.5 left-3 bg-card px-2 text-xs font-medium text-muted-foreground">
+ <span className="absolute -top-2.5 left-3 rounded bg-card px-2 text-xs font-medium text-muted-foreground">
55
{title}
56
</span>
57
{children}
0 commit comments