Merge pull request #185 from lbryio/link-styling

make all links green
This commit is contained in:
Akinwale Ariwodola 2018-06-19 22:46:34 +01:00 committed by GitHub
commit fbb0d7090b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,5 @@
import { StyleSheet } from 'react-native';
import Colors from './colors';
const discoverStyle = StyleSheet.create({
container: {
@ -27,12 +28,12 @@ const discoverStyle = StyleSheet.create({
marginLeft: 10
},
categoryName: {
fontFamily: 'Metropolis-Regular',
fontFamily: 'Metropolis-SemiBold',
fontSize: 20,
marginLeft: 24,
marginTop: 16,
marginBottom: 16,
color: '#40b89a'
color: Colors.Black
},
fileItem: {
marginLeft: 24,
@ -48,7 +49,7 @@ const discoverStyle = StyleSheet.create({
fontFamily: 'Metropolis-SemiBold',
fontSize: 16,
marginTop: 4,
color: '#c0c0c0'
color: Colors.LbryGreen
},
filePriceContainer: {
backgroundColor: '#61fcd8',

View file

@ -51,7 +51,7 @@ const filePageStyle = StyleSheet.create({
marginLeft: 20,
marginRight: 20,
marginBottom: 20,
color: Colors.ChannelGrey
color: Colors.LbryGreen
},
description: {
color: Colors.DescriptionGrey,