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:
parent
d8b506eaff
commit
341be67f3a
102 changed files with 264 additions and 204 deletions
|
|
@ -138,6 +138,7 @@ fun RoomInviteMembersTopBar(
|
|||
)
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalMaterial3Api::class)
|
||||
@Composable
|
||||
private fun RoomInviteMembersSearchBar(
|
||||
query: String,
|
||||
|
|
|
|||
|
|
@ -229,6 +229,7 @@ private fun RoomMemberListTopBar(
|
|||
)
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalMaterial3Api::class)
|
||||
@Composable
|
||||
private fun RoomMemberSearchBar(
|
||||
query: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue