-
Notifications
You must be signed in to change notification settings - Fork 103
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
[TDTheme] 按钮的主题brandNormalColor修改不了 #54
Comments
👋 @turingNotaWoman,感谢给 TDesign 提出了 issue。 |
其他widget 能正常使用自定义brandNormalColor,目前只发现TDButton 有这个问题! |
感谢反馈,我确认一下,会尽快优化解决~ |
0.1.4版本已修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-flutter 版本
0.1.3
重现链接
No response
重现步骤
TDButton(
text: '登录',
size: TDButtonSize.large,
type: TDButtonType.fill,
shape: TDButtonShape.circle,
theme: TDButtonTheme.primary,
)
期望结果
extensions:[
TDThemeData(
name: 'myExtension',
colorMap: {
/// 覆盖tdesgin主题样式
"brandNormalColor": Colors.red,
},
)]
实际结果
无用
Flutter版本
latest
设备与机型信息
macbook M1
系统版本
Macos 14+
补充说明
!!!!!!新版本问题!!!!!0.1.2没这个问题!!!!!!!!!!!!!!!
Tasks
The text was updated successfully, but these errors were encountered: