File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/client/mobile/src/members Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ export const styles = StyleSheet.create({
143143 display : 'flex' ,
144144 flexDirection : 'row' ,
145145 alignItems : 'center' ,
146- gap : 8 ,
147146 paddingRight : 16 ,
148147 paddingLeft : 8 ,
149148 paddingBottom : 16 ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export function Members({close}: {close: () => void}) {
3838 < Surface elevation = { 9 } mode = "flat" style = { styles . surface } >
3939 < SafeAreaView edges = { [ 'left' , 'right' ] } style = { styles . safeAreaNav } >
4040 < Pressable style = { styles . navIcon } onPress = { close } >
41- < Icon size = { 24 } source = "left" color = { 'white' } />
41+ < Icon size = { 32 } source = "left" color = { 'white' } />
4242 </ Pressable >
4343 < Text style = { styles . navTitle } > { state . strings . chatMembers } </ Text >
4444 < View style = { styles . navIcon } />
You can’t perform that action at this time.
0 commit comments