From d1e1634a1cfd01ae8f3535911d799347b4fce489 Mon Sep 17 00:00:00 2001 From: Roene-JustBetter Date: Mon, 6 Jan 2025 09:28:35 +0000 Subject: [PATCH] Apply fixes from Prettier --- tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index a03864d1..dfed06b1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -84,16 +84,16 @@ export default { backgroundColor: (theme) => theme('colors.background'), ringColor: (theme) => ({ default: theme('colors.border'), - ...theme('colors.border') + ...theme('colors.border'), }), outlineColor: (theme) => ({ default: theme('colors.border'), - ...theme('colors.border') + ...theme('colors.border'), }), boxShadowColor: (theme) => ({ default: theme('colors.border'), - ...theme('colors.border') - }) + ...theme('colors.border'), + }), }, container: { center: true,