mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
preparing conversation screen
This commit is contained in:
parent
cc0c43817c
commit
8d5209396a
42
app/mobile/src/session/conversation/Conversation.styled.js
Normal file
42
app/mobile/src/session/conversation/Conversation.styled.js
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
|
||||||
|
import { StyleSheet } from 'react-native';
|
||||||
|
import { Colors } from 'constants/Colors';
|
||||||
|
|
||||||
|
export const styles = StyleSheet.create({
|
||||||
|
title: {
|
||||||
|
display: 'flex',
|
||||||
|
flexDirection: 'row',
|
||||||
|
justifyContent: 'center',
|
||||||
|
alignItems: 'center',
|
||||||
|
},
|
||||||
|
header: {
|
||||||
|
display: 'flex',
|
||||||
|
flexDirection: 'row',
|
||||||
|
alignItems: 'center',
|
||||||
|
flexGrow: 1,
|
||||||
|
borderBottomWidth: 1,
|
||||||
|
borderColor: Colors.divider,
|
||||||
|
},
|
||||||
|
headertitle: {
|
||||||
|
display: 'flex',
|
||||||
|
flexDirection: 'row',
|
||||||
|
alignItems: 'center',
|
||||||
|
paddingLeft: 16,
|
||||||
|
paddingTop: 16,
|
||||||
|
paddingBottom: 8,
|
||||||
|
},
|
||||||
|
titletext: {
|
||||||
|
fontSize: 18,
|
||||||
|
paddingLeft: 16,
|
||||||
|
paddingRight: 16,
|
||||||
|
},
|
||||||
|
titlebutton: {
|
||||||
|
paddingRight: 16,
|
||||||
|
},
|
||||||
|
headerclose: {
|
||||||
|
flexGrow: 1,
|
||||||
|
alignItems: 'flex-end',
|
||||||
|
paddingTop: 8,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user