Skip to content

Commit

Permalink
#1461 | Fix today button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Aug 1, 2024
1 parent aaf0ab9 commit e804287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function FilterSection({dispatcher, asOnDateValue, asOnDateFilter, I18n, onFilte
const textColor = {color: isFilled ? Colors.TextOnPrimaryColor : Styles.accentColor};
return (
<TouchableOpacity
style={[CustomDashboardView.styles.todayButton, backgroundColor]}
style={[CustomDashboardView.styles.filterButton, backgroundColor]}
onPress={() => isFilled ? _.noop() : onAsOnDateChange(value)}
>
<Text style={[CustomDashboardView.styles.buttonText, textColor]}>{I18n.t(label)}</Text>
Expand Down

0 comments on commit e804287

Please sign in to comment.