From 2d0ef042af2f2fef63303890089cf55871fb17f6 Mon Sep 17 00:00:00 2001 From: Sergey Bedritsky Date: Fri, 28 May 2021 15:26:20 +0300 Subject: [PATCH] fix: code inside alert css leak --- src/defaultTheme/components/atoms/ProseCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaultTheme/components/atoms/ProseCode.vue b/src/defaultTheme/components/atoms/ProseCode.vue index 74f8c1c76..d42c48ca8 100644 --- a/src/defaultTheme/components/atoms/ProseCode.vue +++ b/src/defaultTheme/components/atoms/ProseCode.vue @@ -20,7 +20,7 @@ code { @apply text-xs leading-relaxed; font-weight: 400; color: inherit; - background-color: theme('colors.gray.100'); + background-color: transparent !important; border-radius: theme('borderRadius.md'); }