From 9df89df83f66d8136d8f8caf920751a94fb44a97 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sun, 21 Jan 2024 02:11:11 +0800 Subject: [PATCH] refactor: use primary content color in Dialog --- .../kotlin/com/highcapable/flexiui/component/window/Dialog.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/window/Dialog.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/window/Dialog.kt index 4544d90..267e3af 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/window/Dialog.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/window/Dialog.kt @@ -447,7 +447,7 @@ internal object FlexiDialogProperties { val BorderColor = AreaBoxProperties.BorderColor val TitleTextColor = ColorsDescriptor.TextPrimary val TitleIconTint = ColorsDescriptor.TextPrimary - val ContentTextColor = ColorsDescriptor.TextSecondary + val ContentTextColor = ColorsDescriptor.TextPrimary val TitleTextStyle = TypographyDescriptor.TitleSecondary val ContentTextStyle = TypographyDescriptor.Primary val MaxWidth = 300.dp