mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 08:55:14 +03:00
commit
b4e6eaad41
@ -26,4 +26,23 @@ export default EStyleSheet.create({
|
||||
paddingHorizontal: 0,
|
||||
marginTop: 10,
|
||||
},
|
||||
th: {
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
fontWeight: 'bold',
|
||||
color: '$primaryBlack',
|
||||
fontSize: 14,
|
||||
padding: 5,
|
||||
},
|
||||
tr: {
|
||||
backgroundColor: '$darkIconColor',
|
||||
flexDirection: 'row',
|
||||
},
|
||||
td: {
|
||||
borderWidth: 0.5,
|
||||
borderColor: '$tableBorderColor',
|
||||
flex: 1,
|
||||
padding: 10,
|
||||
backgroundColor: '$tableTrColor',
|
||||
},
|
||||
});
|
||||
|
@ -35,6 +35,8 @@ export default {
|
||||
$editorButtonColor: '#fff',
|
||||
$pureWhite: '#ffffff',
|
||||
$notificationBorder: '#1e2835',
|
||||
$tableTrColor: '#2e3d51',
|
||||
$tableBorderColor: '#1e2835',
|
||||
|
||||
// Devices Sizes
|
||||
$deviceHeight: Dimensions.get('window').height,
|
||||
|
@ -18,6 +18,7 @@ export default {
|
||||
$primaryRed: '#e63535',
|
||||
$primaryBlack: '#3c4449',
|
||||
$primaryDarkText: '#788187',
|
||||
|
||||
// General Colors
|
||||
$borderColor: '#c5c5c5',
|
||||
$tagColor: '#c1c5c7',
|
||||
@ -34,6 +35,8 @@ export default {
|
||||
$editorButtonColor: '#3c4449',
|
||||
$pureWhite: '#ffffff',
|
||||
$notificationBorder: '#fff',
|
||||
$tableTrColor: '#f5f5f5',
|
||||
$tableBorderColor: '#FFFFFF',
|
||||
|
||||
// Devices Sizes
|
||||
$deviceHeight: Dimensions.get('window').height,
|
||||
|
Loading…
Reference in New Issue
Block a user