From 1151f38ae6ec18feec16aacb8782419192ecd37e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 11 Dec 2021 16:32:56 -0600 Subject: [PATCH] fix --- files/templates/default.html | 2 +- tailwind.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index 18e687f76..636ea724c 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -192,7 +192,7 @@ {% endassets %} - + {% if v %} diff --git a/tailwind.config.js b/tailwind.config.js index 43bed8ff0..4416093e1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -27,7 +27,7 @@ module.exports = { green: colors.green, red: colors.red, yellow: colors.amber, - blue: colors.sky, + blue: colors.sky }, fontFamily: { 'sans-serif': ['Helvetica Neue', '-apple-system', 'BlinkMacSystemFont', 'Tahoma', 'Segoe UI', 'Helvetica', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'],