mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
chore: ⬆️ Upgrade to Tailwind v4
This commit is contained in:
parent
e363639803
commit
737969835d
24 changed files with 741 additions and 402 deletions
|
|
@ -24,7 +24,7 @@ export function Changelog({ children }: { children: ReactNode }) {
|
|||
const [isOpen, setIsOpen] = useState(false);
|
||||
|
||||
return (
|
||||
<dl className="rounded border border-zinc-200 dark:border-zinc-800 py-2 px-4 dark:bg-white/2.5">
|
||||
<dl className="rounded-sm border border-zinc-200 dark:border-zinc-800 py-2 px-4 dark:bg-white/2.5">
|
||||
<dt>
|
||||
<motion.button
|
||||
className="grid grid-cols-[1fr_auto] items-center space-x-4 w-full"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue