Skip to content

Commit 0668a88

Browse files
committed
[Item] Fix shadowing
1 parent 678f151 commit 0668a88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/kotlin/de/davis/keygo/item/create/presentation/dialog/SelectItemContent.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ internal fun AlertDialogContent(
133133
}
134134
}
135135
}
136-
val textStyle = MaterialTheme.typography.bodyMedium
136+
val contentTextStyle = MaterialTheme.typography.bodyMedium
137137
ProvideContentColorTextStyle(
138138
contentColor = textContentColor,
139-
textStyle = textStyle
139+
textStyle = contentTextStyle
140140
) {
141141
Box(
142142
Modifier

0 commit comments

Comments
 (0)