From 33f5cc2795240b6569410e79db4c655ca3eef202 Mon Sep 17 00:00:00 2001 From: scosman Date: Sun, 29 Sep 2024 20:28:13 -0400 Subject: [PATCH] Fix formatting issue for CI --- app/web_ui/tailwind.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/web_ui/tailwind.config.js b/app/web_ui/tailwind.config.js index 81346b6..2a687c6 100644 --- a/app/web_ui/tailwind.config.js +++ b/app/web_ui/tailwind.config.js @@ -9,25 +9,25 @@ export default { themes: [ { kilntheme: { - "primary": "#ffffff", + primary: "#ffffff", "primary-content": "#161616", - "secondary": "#ffffff", + secondary: "#ffffff", "secondary-content": "#161616", - "accent": "#ffffff", + accent: "#ffffff", "accent-content": "#161616", - "neutral": "#000000", + neutral: "#000000", "neutral-content": "#bebebe", "base-100": "#ffffff", "base-200": "#F5F5F5", "base-300": "#bebebe", "base-content": "#161616", - "info": "#a6ffff", + info: "#a6ffff", "info-content": "#0a1616", - "success": "#8effe4", + success: "#8effe4", "success-content": "#071612", - "warning": "#fff590", + warning: "#fff590", "warning-content": "#161507", - "error": "#ffd7c5", + error: "#ffd7c5", "error-content": "#16110e", }, },