mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
added color support borderedButtonBlue
This commit is contained in:
parent
e1e64194fa
commit
f494fa90f8
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -40,6 +40,7 @@ export default {
|
||||
$tableTrColor: '#2e3d51',
|
||||
$tableBorderColor: '#1e2835',
|
||||
$noConnectionColor: '#788187',
|
||||
$borderedButtonBlue: '#5CCDFF',
|
||||
|
||||
// Devices Sizes
|
||||
$deviceHeight:
|
||||
|
@ -40,6 +40,7 @@ export default {
|
||||
$tableTrColor: '#f5f5f5',
|
||||
$tableBorderColor: '#FFFFFF',
|
||||
$noConnectionColor: '#788187',
|
||||
$borderedButtonBlue: '#357ce6',
|
||||
|
||||
// Devices Sizes
|
||||
$deviceHeight:
|
||||
|
Loading…
Reference in New Issue
Block a user