mirror of https://github.com/langgenius/dify.git
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/dark.css";
|
||||
@import "../../themes/other-light.css";
|
||||
@import "../../themes/other-dark.css";
|
||||
@import "../../themes/manual-light.css";
|
||||
@import "../../themes/manual-dark.css";
|
||||
|
||||
html[data-changing-theme] * {
|
||||
transition: none !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue