We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// 获取主要色值 public static getPrimaryColor() { return this.colorFactory(['#41addc', "#029af2"]); } // 获取panel背景色 public static getPanelBackgroundColor(): string { return this.colorFactory([null, "#102331"]); } // 获取边框颜色 public static getBorderColor(): string { return this.colorFactory([null, "#102331"]); }
this.dataBus.theme = { primaryColor: JigsawTheme.getPrimaryColor(), panelBackgroundColor: JigsawTheme.PanelBackgroundColor(), borderColor: JigsawTheme.getBorderColor() }
this.dataBus.theme
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在 JigsawTheme中暴露皮肤参数
在jigsaw app中获取皮肤参数,并放到全局
在awade中引用
this.dataBus.theme
设置非组件的皮肤The text was updated successfully, but these errors were encountered: