import { StyleSheet } from 'react-native';
import sharedStyles from '../Styles';
export default StyleSheet.create({
container: {
flex: 1
},
list: {
width: '100%'
dropdownContainerHeader: {
height: 41,
borderBottomWidth: StyleSheet.hairlineWidth,
alignItems: 'center',
flexDirection: 'row'
sortToggleContainerClose: {
position: 'absolute',
top: 0,
sortToggleText: {
fontSize: 16,
flex: 1,
...sharedStyles.textRegular
queueToggleText: {
dropdownContainer: {
width: '100%',
borderBottomWidth: StyleSheet.hairlineWidth
sortItemButton: {
height: 57,
justifyContent: 'center'
sortItemContainer: {
flexDirection: 'row',
alignItems: 'center'
sortItemText: {
fontSize: 18,
backdrop: {
...StyleSheet.absoluteFill
sortSeparator: {
height: StyleSheet.hairlineWidth,
marginHorizontal: 12,
sortIcon: {
width: 22,
height: 22,
marginHorizontal: 12
queueIcon: {
groupTitleContainer: {
paddingHorizontal: 12,
paddingTop: 17,
paddingBottom: 10
groupTitle: {
letterSpacing: 0.27,
lineHeight: 24,
...sharedStyles.textBold
serverHeader: {
justifyContent: 'space-between'
serverHeaderText: {
marginLeft: 12,
serverHeaderAdd: {
marginRight: 12,
paddingVertical: 10,
serverItem: {
height: 68
serverItemContainer: {
serverIcon: {
width: 42,
height: 42,
marginVertical: 13,
borderRadius: 4,
resizeMode: 'contain'
serverTextContainer: {
flexDirection: 'column',
serverName: {
...sharedStyles.textSemibold
serverUrl: {
serverSeparator: {
marginLeft: 72
encryptionButton: {
padding: 12
encryptionIcon: {
...sharedStyles.textMedium
encryptionText: {
marginHorizontal: 16,
omnichannelToggle: {
marginRight: 12
}
});