fix: 💄 Slightly increase padding-top for code elements

This commit is contained in:
Jesse Wierzbinski 2024-07-22 13:34:23 +02:00
parent 3545bf525f
commit 47848c3366
No known key found for this signature in database

View file

@ -296,7 +296,7 @@ export default function typographyStyles({ theme }: PluginUtils) {
code: { code: {
color: "var(--tw-prose-code)", color: "var(--tw-prose-code)",
borderRadius: theme("borderRadius.lg"), borderRadius: theme("borderRadius.lg"),
paddingTop: theme("padding.1"), paddingTop: theme("padding[1.5]"),
paddingRight: theme("padding[1.5]"), paddingRight: theme("padding[1.5]"),
paddingBottom: theme("padding.1"), paddingBottom: theme("padding.1"),
paddingLeft: theme("padding[1.5]"), paddingLeft: theme("padding[1.5]"),