Skip to content

Commit fe72664

Browse files
committed
fix: format
1 parent f7d428d commit fe72664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/registry/core/alert_basic.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { createScopedContext } from "@/lib/utils";
1212

1313
const alertStyles = tv({
1414
slots: {
15-
root: "flex w-full items-center gap-4 @container rounded-lg border p-4 text-sm [&_svg]:size-4",
15+
root: "@container flex w-full items-center gap-4 rounded-lg border p-4 text-sm [&_svg]:size-4",
1616
title: "font-medium leading-normal tracking-tight",
1717
content: "",
1818
},

0 commit comments

Comments
 (0)