add share button to channel page
This commit is contained in:
parent
69a760f011
commit
9157b18f45
5 changed files with 29 additions and 8 deletions
src/styles
|
@ -172,6 +172,10 @@ const channelPageStyle = StyleSheet.create({
|
|||
deleteButton: {
|
||||
marginLeft: 8,
|
||||
},
|
||||
shareButton: {
|
||||
marginLeft: 8,
|
||||
marginRight: 8,
|
||||
},
|
||||
});
|
||||
|
||||
export default channelPageStyle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue