mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 14:35:09 +00:00
fix: refactor styles (#10190)
* feat: refactor styles handling across v4 * fix * fix * fix * fix * fix * fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user