-
Notifications
You must be signed in to change notification settings - Fork 503
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
BrnTabBar 字体设置大小无效 #421
Comments
Hi @IvanYue 应该是你的 unselectedLabelStyle: TextStyle(
fontSize: 28,
color: const Color(0xFF1B1A21).withOpacity(0.4),
),
labelStyle: TextStyle(fontSize: 28, color: const Color(0xFF1B1A21)), |
清理了缓存,测试后发现。 |
你好,请描述具体是哪个字段的 fontsize 设置不生效 |
使用 Bruno 3.3.0,确实无法修改字体样式
|
解决方案: |
@zhoujuanjuan @JunCaiLi 确实是这个老哥说的问题。麻烦修复一下。谢谢啦。 @qiaodongliang 可以这样解决先。 |
3.4.3还是没有修复这个问题 |
问题提交
标题格式:[BUG]: BrnTabBar 字体设置大小无效
内容需包含:
1、BUG 描述
BrnTabBar 字体设置大小无效,themeData设置后也不会改变大小。
2、复现步骤
3、期望行为
字体大小改变
4、运行环境
mac 13.1 VSCode版本: 1.75.0 (Universal)
5、附加信息
包括视频、图片等补充信息
The text was updated successfully, but these errors were encountered: