14 lines
393 B
TypeScript
14 lines
393 B
TypeScript
|
export const sidebar = {
|
||
|
headerFontSize: "14px",
|
||
|
tabFontSize: "16px",
|
||
|
tabHeight: "24px",
|
||
|
tabPositions: "normal", // "normal" "centered"
|
||
|
size: "normal", // "normal" "compact"
|
||
|
enableToggle: false,
|
||
|
enableSearch: false,
|
||
|
}
|
||
|
|
||
|
export const splash = {
|
||
|
loadingIndicator: "Spinner", // "Spinner" "ProgressBar" "JumpingBalls" "GlowingBars"
|
||
|
backgroundColor: "#232323",
|
||
|
}
|