Format project again
This commit is contained in:
parent
09087a7e86
commit
f2f08b40e0
6 changed files with 7 additions and 9 deletions
|
|
@ -18,4 +18,4 @@ dependencies {
|
|||
testImplementation(libs.test.junit)
|
||||
androidTestImplementation(libs.test.junitext)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -96,8 +96,8 @@ fun SearchRoomListTopBar(
|
|||
title = {
|
||||
TextField(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.focusRequester(focusRequester),
|
||||
.fillMaxWidth()
|
||||
.focusRequester(focusRequester),
|
||||
value = filterState,
|
||||
textStyle = TextStyle(
|
||||
fontSize = 17.sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue