修改 sidebar 样式

This commit is contained in:
simple321vip
2023-01-28 19:43:46 +08:00
parent 67eaa3ad40
commit 99a6cbe52d
8 changed files with 1731 additions and 92 deletions
+10 -1
View File
@@ -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 }