Skip to content

Commit

Permalink
Update prose classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Nov 2, 2023
1 parent 974a2d0 commit 4dc51ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/extend/prose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { cn } from "..";

export const ProseClasses = cn(
// Global Prose:
"prose prose-quoteless prose-neutral dark:prose-invert prose-p:my-4 prose-pre-code:false prose-a:underline-offset-4 prose-a:decoration-neutral-400 prose-a:decoration-solid prose-a:cursor-pointer prose-a:cursor-ne-resize"
"prose prose-quoteless prose-neutral dark:prose-invert prose-p:my-4 prose-a:underline-offset-4 prose-a:decoration-neutral-400 prose-a:decoration-solid prose-a:cursor-pointer prose-a:cursor-ne-resize"
);

0 comments on commit 4dc51ca

Please sign in to comment.