mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 19:27:23 +08:00
fix: update theme imports in globals.css
This commit is contained in:
parent
3e3ae989f0
commit
d45ce48932
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
@import "../../themes/light.css";
|
@import "../../themes/light.css";
|
||||||
@import "../../themes/dark.css";
|
@import "../../themes/dark.css";
|
||||||
@import "../../themes/other-light.css";
|
@import "../../themes/manual-light.css";
|
||||||
@import "../../themes/other-dark.css";
|
@import "../../themes/manual-dark.css";
|
||||||
|
|
||||||
html[data-changing-theme] * {
|
html[data-changing-theme] * {
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user