Skip to content

Commit 34cc203

Browse files
authored
Merge pull request #49 from CrazyCoderShi/master
fix: 组件详情页顶部状态条颜色问题
2 parents 6f54934 + f8e4d96 commit 34cc203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/components/widget_comp.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class IndexState extends State<Index> {
106106
actions: this.getActions(
107107
context,
108108
),
109+
brightness: Brightness.light,
109110
leading: IconButton(
110111
icon: Icon(Icons.arrow_back),
111112
color: Color(AppTheme.blackColor),

0 commit comments

Comments
 (0)