Skip to content

Commit

Permalink
fix color in catergories button
Browse files Browse the repository at this point in the history
  • Loading branch information
kazemcodes committed Dec 22, 2024
1 parent 25ca9b0 commit 710dea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private fun ShowEditScreen(
onConfirm(query)
query = ""
}) {
MidSizeTextComposable(text = localizeHelper.localize(MR.strings.confirm))
MidSizeTextComposable(text = localizeHelper.localize(MR.strings.confirm), color = MaterialTheme.colorScheme.onSecondary)
}
}
)
Expand Down

0 comments on commit 710dea9

Please sign in to comment.