Skip to content
New issue

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

BrnButtonConfig按钮主题配置参数未生效 #214

Closed
wxuonline opened this issue May 13, 2022 · 2 comments
Closed

BrnButtonConfig按钮主题配置参数未生效 #214

wxuonline opened this issue May 13, 2022 · 2 comments

Comments

@wxuonline
Copy link

wxuonline commented May 13, 2022

按钮参数bigButtonRadius和bigButtonFontSize未生效,bigButtonHeight高度有效
使用BrnInitializer.register和themeData修改按钮圆角均无效
BrnBigMainButton( title: "登录", bgColor: Colours.primaryCyan, themeData: BrnButtonConfig( bigButtonRadius: Dimens.dp25, bigButtonHeight: Dimens.dp50, bigButtonFontSize: Dimens.sp18, ), )

flutter 版本stable 2.10.5
bruno: ^2.2.0

@violinday
Copy link
Collaborator

@wxuonline

BigMainButton 组件确实存在主题配置未生效的问题。组件在开始版本未支持全部主题配置的参数,后面发布版本时将优化这个问题,感谢反馈~ 😄

@violinday
Copy link
Collaborator

已在 #252 修复这个问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants