Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 19, 2023
1 parent 3df9c39 commit 06bc065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/android/src/main/java/UpdateAwareAppScope.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fun UpdateAwareAppScope(activity: Activity, content: @Composable () -> Unit) {
modifier = Modifier
.padding(vertical = 7.dp)
.background(
MaterialTheme.ColorScheme.current.primary,
MaterialTheme.colorScheme.primary,
RoundedCornerShape(50.dp)
)
) {
Expand Down

0 comments on commit 06bc065

Please sign in to comment.