Feat(Theme): Support dark mode
This commit is contained in:
13
src/assets/css/pages/system-framework.style.ts
Normal file
13
src/assets/css/pages/system-framework.style.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { createStyles } from 'antd-style'
|
||||
|
||||
export default createStyles(({ token }) => ({
|
||||
leftPanel: {
|
||||
backgroundColor: token.colorBgContainer
|
||||
},
|
||||
|
||||
rightPanel: {
|
||||
flex: 1,
|
||||
width: 0,
|
||||
backgroundColor: token.colorBgLayout
|
||||
}
|
||||
}))
|
||||
Reference in New Issue
Block a user