Fix SearchBar colors. Also fix tertiary color in dark mode. (#516)

* Fix SearchBar colors. Also fix tertiary color in dark mode.
This commit is contained in:
Jorge Martin Espinosa 2023-06-02 17:20:43 +02:00 committed by GitHub
parent d8b506eaff
commit 341be67f3a
102 changed files with 264 additions and 204 deletions

View file

@ -138,6 +138,7 @@ fun RoomInviteMembersTopBar(
)
}
@OptIn(ExperimentalMaterial3Api::class)
@Composable
private fun RoomInviteMembersSearchBar(
query: String,

View file

@ -229,6 +229,7 @@ private fun RoomMemberListTopBar(
)
}
@OptIn(ExperimentalMaterial3Api::class)
@Composable
private fun RoomMemberSearchBar(
query: String,