From 47848c33666258d22a9a4e1322f872779c008090 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 22 Jul 2024 13:34:23 +0200 Subject: [PATCH] fix: :lipstick: Slightly increase padding-top for code elements --- typography.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typography.ts b/typography.ts index 0df1175..505c2e8 100644 --- a/typography.ts +++ b/typography.ts @@ -296,7 +296,7 @@ export default function typographyStyles({ theme }: PluginUtils) { code: { color: "var(--tw-prose-code)", borderRadius: theme("borderRadius.lg"), - paddingTop: theme("padding.1"), + paddingTop: theme("padding[1.5]"), paddingRight: theme("padding[1.5]"), paddingBottom: theme("padding.1"), paddingLeft: theme("padding[1.5]"),