Skip to content

Commit

Permalink
Increase letter spacing in Callout (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkas authored Sep 22, 2023
1 parent 7d452ac commit 794cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/mdx/components/Callout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Callout: React.FC<React.PropsWithChildren<Callout.Props>> = ({ inte

<div
className={classNames(
"text-sm leading-5 font-light",
"text-sm leading-5 tracking-wide font-light",
visitDiscriminatedUnion({ intent }, "intent")._visit({
info: () => "text-text-muted-light dark:text-text-muted-dark",
warning: () => "text-intent-warning-light dark:text-intent-warning-dark",
Expand Down

1 comment on commit 794cb98

@vercel
Copy link

@vercel vercel bot commented on 794cb98 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fern-dev – ./packages/ui/fe-bundle

fern-dev-buildwithfern.vercel.app
fern-dev-git-main-buildwithfern.vercel.app
app-dev.buildwithfern.com
devtest.buildwithfern.com

Please sign in to comment.