aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/instant_heading.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-12-05 05:36:47 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-12-05 05:36:47 +0800
commit340493a0b14b0c70524407b4c66f61d115845c33 (patch)
tree4a0dcd002270f8dd90e4d2de674e8f446bd6f21b /packages/instant/src/components/instant_heading.tsx
parentc43ba6b3c7082544f8aa8f1c297eb271ca079ea4 (diff)
downloaddexon-0x-contracts-340493a0b14b0c70524407b4c66f61d115845c33.tar.gz
dexon-0x-contracts-340493a0b14b0c70524407b4c66f61d115845c33.tar.zst
dexon-0x-contracts-340493a0b14b0c70524407b4c66f61d115845c33.zip
polish: reduce vertical padding in instant
Diffstat (limited to 'packages/instant/src/components/instant_heading.tsx')
-rw-r--r--packages/instant/src/components/instant_heading.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/instant_heading.tsx b/packages/instant/src/components/instant_heading.tsx
index 808c6dc7f..117f9dd5f 100644
--- a/packages/instant/src/components/instant_heading.tsx
+++ b/packages/instant/src/components/instant_heading.tsx
@@ -32,7 +32,7 @@ export class InstantHeading extends React.Component<InstantHeadingProps, {}> {
public render(): React.ReactNode {
const iconOrAmounts = this._renderIcon() || this._renderAmountsSection();
return (
- <Container backgroundColor={ColorOption.primaryColor} padding="20px" width="100%">
+ <Container backgroundColor={ColorOption.primaryColor} width="100%" padding="20px">
<Container marginBottom="5px">
<Text
letterSpacing="1px"