Skip to content

Commit

Permalink
feat(app): make filter button lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 28, 2024
1 parent 702207c commit 9ee018a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/common/widgets/drug_search/drug_filters.dart
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class DrugFilters extends StatelessWidget {
return ResizedIconButton(
onPressed: onPressed,
size: PharMeTheme.largeSpace,
backgroundColor: PharMeTheme.iconColor,
backgroundColor: darkenColor(PharMeTheme.iconColor, -0.1),
iconWidgetBuilder: (size) => Stack(
children: [
Icon(
Expand Down

0 comments on commit 9ee018a

Please sign in to comment.