mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:37:49 +00:00
bottom-sheet: tweak UI
- re-add thepand icon, shaped like a pill - round top corners
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
5148c81dd8
commit
579d08e27e
@@ -55,6 +55,18 @@ const whiteToolbarButtonIcon = {
|
||||
*/
|
||||
const styles = {
|
||||
|
||||
expandMenuContainer: {
|
||||
alignItems: 'center',
|
||||
borderTopLeftRadius: 16,
|
||||
borderTopRightRadius: 16,
|
||||
flexDirection: 'column'
|
||||
},
|
||||
|
||||
sheetGestureRecognizer: {
|
||||
alignItems: 'stretch',
|
||||
flexDirection: 'column'
|
||||
},
|
||||
|
||||
/**
|
||||
* The style of the toolbar.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user