mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: implement the Dark Theme (#334)
This commit is contained in:
@@ -64,7 +64,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
|
||||
preprocessorOptions: {
|
||||
//define global scss variable
|
||||
scss: {
|
||||
additionalData: `@use "@/styles/light.scss" as *;`,
|
||||
additionalData: `@use "@/styles/theme.scss" as *;`,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user