Skip to content

Commit

Permalink
chore(docs): inline code visual update
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Dec 26, 2022
1 parent 090040b commit d94f6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages-helpers/Code.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const Code = ({ children }: { children: string }) => {
return (
<code className="rounded-xs -m-[2px] inline-block whitespace-pre-wrap bg-primary/10 p-[2px] align-middle text-[0.8em] leading-[1.1em] text-primary">
<code className="rounded-xs -m-[2px] inline-block whitespace-pre-wrap bg-primary/10 align-middle text-[0.8em] leading-[1.5em] text-primary px-0.5">
{children}
</code>
);
Expand Down

1 comment on commit d94f6a0

@vercel
Copy link

@vercel vercel bot commented on d94f6a0 Dec 26, 2022

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:

fxtrot-ui – ./

fxtrot-ui-git-main-lexswed.vercel.app
fxtrot-ui.vercel.app
fxtrot-ui-lexswed.vercel.app

Please sign in to comment.