From 015ffeeecc338de0f3bec4ce06b2961004d28db2 Mon Sep 17 00:00:00 2001 From: jordythevulder Date: Thu, 19 Dec 2024 10:43:11 +0000 Subject: [PATCH] Apply fixes from Prettier --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index c65699ef..ecc45477 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -57,7 +57,7 @@ export default { emphasis: color('--background-emphasis', colors.slate[200]), DEFAULT: color('--background', colors.slate[100]), muted: color('--background-muted', colors.slate[50]), - } + }, }, zIndex: { 'header': '100',