From 2314d0d7fcfe26de6b8420e778409e70aa9d1f29 Mon Sep 17 00:00:00 2001 From: Dawid Sowa Date: Fri, 26 May 2023 11:27:18 +0200 Subject: [PATCH] fix: remove style override for pre and textarea --- src/stitches.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stitches.config.ts b/src/stitches.config.ts index 9b052654..6d6a10a4 100644 --- a/src/stitches.config.ts +++ b/src/stitches.config.ts @@ -139,7 +139,7 @@ export const { }) globalCss({ - '*, body': { + '*:not(textarea,pre), body': { fontFamily: 'IBM Plex Sans', fontWeight: '400', margin: 0,