mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
feat: 💄 Increase text font size
This commit is contained in:
parent
e03c8d2a6e
commit
e5b2da53b4
4 changed files with 21 additions and 18 deletions
|
|
@ -162,7 +162,7 @@ function CodePanel({
|
|||
<div className="group dark:bg-white/2.5">
|
||||
<CodePanelHeader tag={tag} label={label} />
|
||||
<div className="relative">
|
||||
<pre className="overflow-x-auto p-4 text-xs text-white [&>code>pre]:!bg-transparent">
|
||||
<pre className="overflow-x-auto p-4 text-sm text-white [&>code>pre]:!bg-transparent">
|
||||
{children}
|
||||
</pre>
|
||||
<CopyButton code={code} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue