Skip to content

Commit

Permalink
fix: change GoalRow title to headingOne
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Jan 30, 2025
1 parent fb42fd2 commit 106494e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fun GoalRow(
Spacer(modifier = Modifier.width(11.dp))
Text(
text = goal.title,
style = DobeDobeTheme.typography.heading1,
style = DobeDobeTheme.typography.heading2,
color = DobeDobeTheme.colors.gray800,
)
Spacer(modifier = Modifier.weight(1f))
Expand Down

0 comments on commit 106494e

Please sign in to comment.