We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f151 commit 0668a88Copy full SHA for 0668a88
1 file changed
app/src/main/kotlin/de/davis/keygo/item/create/presentation/dialog/SelectItemContent.kt
@@ -133,10 +133,10 @@ internal fun AlertDialogContent(
133
}
134
135
136
- val textStyle = MaterialTheme.typography.bodyMedium
+ val contentTextStyle = MaterialTheme.typography.bodyMedium
137
ProvideContentColorTextStyle(
138
contentColor = textContentColor,
139
- textStyle = textStyle
+ textStyle = contentTextStyle
140
) {
141
Box(
142
Modifier
0 commit comments