diff --git a/packages/fscomponents/src/components/PayPalCheckoutButton.tsx b/packages/fscomponents/src/components/PayPalCheckoutButton.tsx index e0ad4bb234..2d511e2d8c 100644 --- a/packages/fscomponents/src/components/PayPalCheckoutButton.tsx +++ b/packages/fscomponents/src/components/PayPalCheckoutButton.tsx @@ -54,6 +54,10 @@ const styles = StyleSheet.create({ }, tagLine: { textAlign: 'center' + }, + icon: { + width: 99, + height: 24 } }); @@ -96,6 +100,7 @@ export class PayPalCheckoutButton extends Component {