Skip to content

Commit

Permalink
DroidKaigi#992 [fix]Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
iiinaiii committed Sep 8, 2024
1 parent 1f12949 commit 20a99e6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ fun SearchTextFieldAppBar(
focusedContainerColor = Color.Transparent,
unfocusedContainerColor = Color.Transparent,
focusedIndicatorColor = Color.Transparent,
unfocusedIndicatorColor = Color.Transparent
unfocusedIndicatorColor = Color.Transparent,
),
placeholder = {
Text(
text = stringResource(SessionsRes.string.search),
style = MaterialTheme.typography.bodyLarge.copy(
fontFamily = FontFamily.Default
)
fontFamily = FontFamily.Default,
),
)
}
},
)
},
modifier = Modifier
Expand Down

0 comments on commit 20a99e6

Please sign in to comment.