Skip to content

Commit 15df131

Browse files
ryleedavisjulian-CStack
authored andcommitted
fix support page icon color
(cherry picked from commit e463560)
1 parent 8e53198 commit 15df131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pages/settings_views/global_settings_view/support_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class AboutItem extends StatelessWidget {
190190
height: iconSize,
191191
color: Theme.of(context)
192192
.extension<StackColors>()!
193-
.bottomNavIconIcon,
193+
.topNavIconPrimary,
194194
),
195195
),
196196
const SizedBox(

0 commit comments

Comments
 (0)