fix: refactor styles (#10190)

* feat: refactor styles handling across v4

* fix

* fix

* fix

* fix

* fix

* fix
This commit is contained in:
shadcn
2026-03-26 14:36:00 +04:00
committed by GitHub
parent 5570b3e24a
commit 7d718ddaa9
1569 changed files with 70106 additions and 5426 deletions

View File

@@ -1,7 +1,8 @@
"use client"
import * as React from "react"
import { Button } from "@/examples/radix/ui/button"
import { Button } from "@/styles/radix-nova/ui/button"
import {
Command,
CommandDialog,
@@ -10,7 +11,7 @@ import {
CommandInput,
CommandItem,
CommandList,
} from "@/examples/radix/ui/command"
} from "@/styles/radix-nova/ui/command"
export function CommandBasic() {
const [open, setOpen] = React.useState(false)