[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

fix prose size

Florian (May 8, 2025, 11:16 AM +0200) 9324633e 28e715d3

+6 -1
+5
.changeset/gold-fans-lay.md
··· 1 + --- 2 + '@fuxui/base': patch 3 + --- 4 + 5 + fix prose size prop
+1 -1
packages/base/src/lib/components/prose/Prose.svelte
··· 5 5 import { cn } from '../../utils'; 6 6 7 7 export const proseVariants = tv({ 8 - base: 'prose dark:prose-invert prose-sm prose-a:no-underline prose-a:text-accent-600 dark:prose-a:text-accent-400 prose-pre:rounded-2xl w-full max-w-none', 8 + base: 'prose dark:prose-invert prose-a:no-underline prose-a:text-accent-600 dark:prose-a:text-accent-400 prose-pre:rounded-2xl w-full max-w-none', 9 9 variants: { 10 10 size: { 11 11 default: 'prose-sm',