From 710dea9ed3caa0cb22f7b9f910903dda9f528dc3 Mon Sep 17 00:00:00 2001 From: Kazem Date: Sun, 22 Dec 2024 17:37:47 +0330 Subject: [PATCH] fix color in catergories button --- .../ireader/presentation/ui/settings/category/CategoryScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/src/commonMain/kotlin/ireader/presentation/ui/settings/category/CategoryScreen.kt b/presentation/src/commonMain/kotlin/ireader/presentation/ui/settings/category/CategoryScreen.kt index 8991b56db..91c584dd2 100644 --- a/presentation/src/commonMain/kotlin/ireader/presentation/ui/settings/category/CategoryScreen.kt +++ b/presentation/src/commonMain/kotlin/ireader/presentation/ui/settings/category/CategoryScreen.kt @@ -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) } } )