From c24f7fbb8ab2fc05592b615e3a5242b6b764aea6 Mon Sep 17 00:00:00 2001 From: twwu Date: Thu, 10 Jul 2025 10:07:25 +0800 Subject: [PATCH] fix: Add missing newline at end of dark.css and light.css files --- web/themes/dark.css | 2 +- web/themes/light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/dark.css b/web/themes/dark.css index e2270a55f0..d204838e5e 100644 --- a/web/themes/dark.css +++ b/web/themes/dark.css @@ -752,4 +752,4 @@ html[data-theme="dark"] { --color-dify-logo-dify-logo-blue: #e8e8e8; --color-dify-logo-dify-logo-black: #e8e8e8; -} \ No newline at end of file +} diff --git a/web/themes/light.css b/web/themes/light.css index b33994254e..9a0a958bfd 100644 --- a/web/themes/light.css +++ b/web/themes/light.css @@ -752,4 +752,4 @@ html[data-theme="light"] { --color-dify-logo-dify-logo-blue: #0033ff; --color-dify-logo-dify-logo-black: #000000; -} \ No newline at end of file +}