We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d428d commit fe72664Copy full SHA for fe72664
www/src/registry/core/alert_basic.tsx
@@ -12,7 +12,7 @@ import { createScopedContext } from "@/lib/utils";
12
13
const alertStyles = tv({
14
slots: {
15
- root: "flex w-full items-center gap-4 @container rounded-lg border p-4 text-sm [&_svg]:size-4",
+ root: "@container flex w-full items-center gap-4 rounded-lg border p-4 text-sm [&_svg]:size-4",
16
title: "font-medium leading-normal tracking-tight",
17
content: "",
18
},
0 commit comments