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

[TDTheme] 按钮的主题brandNormalColor修改不了 #54

Closed
feeingHe opened this issue Mar 17, 2024 · 4 comments
Closed

[TDTheme] 按钮的主题brandNormalColor修改不了 #54

feeingHe opened this issue Mar 17, 2024 · 4 comments

Comments

@feeingHe
Copy link

feeingHe commented Mar 17, 2024

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

Preview Give feedback
No tasks being tracked yet.
Copy link
Contributor

👋 @turingNotaWoman,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@feeingHe
Copy link
Author

其他widget 能正常使用自定义brandNormalColor,目前只发现TDButton 有这个问题!

@Luozf12345
Copy link
Collaborator

感谢反馈,我确认一下,会尽快优化解决~

@Luozf12345
Copy link
Collaborator

0.1.4版本已修复

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