Skip to content

Commit

Permalink
fix: different background color on sliverAppBar (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhattabhi013 authored Apr 5, 2022
1 parent aeadf6c commit c02a37c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ class _ProductQueryPageState extends State<ProductQueryPage> {
style: themeData.textTheme.subtitle1!
.copyWith(color: widget.mainColor)),
style: TextButton.styleFrom(
primary: widget.mainColor,
textStyle: TextStyle(
color: widget.mainColor,
),
Expand Down Expand Up @@ -392,6 +393,7 @@ class _ProductQueryPageState extends State<ProductQueryPage> {
Padding(
padding: const EdgeInsets.only(top: 28.0),
child: IconButton(
splashColor: color,
icon: Icon(
ConstantIcons.instance.getBackIcon(),
color: color,
Expand Down

0 comments on commit c02a37c

Please sign in to comment.