added color support borderedButtonBlue

This commit is contained in:
Nouman Tahir 2021-06-22 13:10:11 +05:00
parent e1e64194fa
commit f494fa90f8
4 changed files with 6 additions and 4 deletions

View File

@ -49,11 +49,11 @@ export default EStyleSheet.create({
subscribeButton: {
borderWidth: 1,
maxWidth: 75,
borderColor: '$primaryBlue',
borderColor: '$borderedButtonBlue',
},
subscribeButtonText: {
textAlign: 'center',
color: '$primaryBlue',
color: '$borderedButtonBlue',
},
unsubscribeButton: {
borderWidth: 1,

View File

@ -82,12 +82,12 @@ export default EStyleSheet.create({
marginTop:56
},
followText:{
color: '$primaryBlue',
color: '$borderedButtonBlue',
fontSize: 12,
fontFamily: '$primaryFont',
fontWeight: 'bold',
borderColor: '$primaryBlue',
borderColor: '$borderedButtonBlue',
borderWidth: 1,
borderRadius: 10,
paddingVertical:2,

View File

@ -40,6 +40,7 @@ export default {
$tableTrColor: '#2e3d51',
$tableBorderColor: '#1e2835',
$noConnectionColor: '#788187',
$borderedButtonBlue: '#5CCDFF',
// Devices Sizes
$deviceHeight:

View File

@ -40,6 +40,7 @@ export default {
$tableTrColor: '#f5f5f5',
$tableBorderColor: '#FFFFFF',
$noConnectionColor: '#788187',
$borderedButtonBlue: '#357ce6',
// Devices Sizes
$deviceHeight: