修改 sidebar 样式
This commit is contained in:
+10
-1
@@ -3,4 +3,13 @@ type Tenant = {
|
||||
account: string
|
||||
}
|
||||
|
||||
export { Tenant }
|
||||
type Theme = {
|
||||
background: string,
|
||||
activeBackground: string,
|
||||
activeText: string,
|
||||
normalText: string,
|
||||
hoverBackground: string,
|
||||
hoverText: string,
|
||||
}
|
||||
|
||||
export { Tenant, Theme }
|
||||
|
||||
Reference in New Issue
Block a user