coinforbarter-react-native
Version:
CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App
38 lines (37 loc) • 757 B
JavaScript
const currencyOption = {
backgroundColor: '#D9C2DB',
borderRadius: 3,
};
const currencyNetworkActive = {
backgroundColor: '#3D0040',
color: 'white',
};
const currencyNetwork = {
color: '#3D0040',
borderColor: '#3D0040',
};
const addressCopy = {
borderWidth: 1,
borderColor: '#CACACA',
borderRadius: 3,
fontSize: 14,
};
const addressCopyButton = {
backgroundColor: '#3D0040',
};
const addressReceivedInfo = {
backgroundColor: '#E6E2CF',
};
const barCode = {
width: 250,
height: 250,
};
export const PaymentStyle = {
addressReceivedInfo,
addressCopyButton,
addressCopy,
currencyNetwork,
currencyNetworkActive,
currencyOption,
barCode,
};