Skip to content

Commit

Permalink
Add role to text
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Oct 12, 2023
1 parent 03c0f38 commit 8d35335
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ const ExpenseCategory = memo(function ExpenseCategory({
) : (
<View role="button" style={{ flex: 1 }} {...getLongPressEvents()}>
<Text
role="button"
style={{
...styles.smallText,
...styles.underlinedText,
Expand Down Expand Up @@ -569,6 +570,7 @@ const ExpenseGroupTotals = memo(function ExpenseGroupTotals({
) : (
<View role="button" style={{ flex: 1 }} {...getLongPressEvents()}>
<Text
role="button"
style={{
...styles.smallText,
...styles.underlinedText,
Expand Down Expand Up @@ -785,6 +787,7 @@ const IncomeGroupTotals = memo(function IncomeGroupTotals({
) : (
<View role="button" {...getLongPressEvents()}>
<Text
role="button"
style={{
...styles.smallText,
...nameTextStyle,
Expand Down Expand Up @@ -941,6 +944,7 @@ const IncomeCategory = memo(function IncomeCategory({
) : (
<View role="button" {...getLongPressEvents()}>
<Text
role="button"
style={{
...styles.smallText,
...nameTextStyle,
Expand Down

0 comments on commit 8d35335

Please sign in to comment.