From 512229789b69f0e1e4e9abb51801d58a101a2565 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 08 九月 2023 14:20:53 +0800
Subject: [PATCH] #
---
src/main/webapp/views/tpl/tpl-theme.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/tpl/tpl-theme.html b/src/main/webapp/views/tpl/tpl-theme.html
index 43386ae..5113a11 100644
--- a/src/main/webapp/views/tpl/tpl-theme.html
+++ b/src/main/webapp/views/tpl/tpl-theme.html
@@ -6,7 +6,7 @@
<div class="more-theme-item" data-theme="theme-white">
<img src="tpl/theme/img/theme-white.png"/>
</div>
- <div class="more-theme-item active">
+ <div class="more-theme-item" data-theme="theme-black">
<img src="tpl/theme/img/theme-admin.png"/>
</div>
<div class="more-theme-item" data-theme="theme-pink">
--
Gitblit v1.9.1