Skip to content

Commit

Permalink
Fix formatting issue for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Sep 30, 2024
1 parent 2ddf293 commit 33f5cc2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/web_ui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
Expand Down

0 comments on commit 33f5cc2

Please sign in to comment.