Format project again

This commit is contained in:
Benoit Marty 2022-12-09 10:19:58 +01:00 committed by Benoit Marty
parent 0de0069b1d
commit 72be56b6b7
6 changed files with 7 additions and 9 deletions

View file

@ -96,8 +96,8 @@ fun SearchRoomListTopBar(
title = {
TextField(
modifier = Modifier
.fillMaxWidth()
.focusRequester(focusRequester),
.fillMaxWidth()
.focusRequester(focusRequester),
value = filterState,
textStyle = TextStyle(
fontSize = 17.sp