Skip to content

Commit fbb541a

Browse files
Merge branch 'give-settings-section-labels-rounded-edges-e976'
2 parents b8670fa + 7324c15 commit fbb541a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/routes/settings/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const Route = createFileRoute('/settings/')({
5151
function SettingsSection({ title, children }: { title: string; children: React.ReactNode }) {
5252
return (
5353
<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">
54+
<span className="absolute -top-2.5 left-3 rounded bg-card px-2 text-xs font-medium text-muted-foreground">
5555
{title}
5656
</span>
5757
{children}

0 commit comments

Comments
 (0)