diff options
-rw-r--r-- | packages/instant/src/components/placing_order_button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/placing_order_button.tsx b/packages/instant/src/components/placing_order_button.tsx index 8dc05c445..4232e6c22 100644 --- a/packages/instant/src/components/placing_order_button.tsx +++ b/packages/instant/src/components/placing_order_button.tsx @@ -9,7 +9,7 @@ import { Text } from './ui/text'; export const PlacingOrderButton: React.StatelessComponent<{}> = props => ( <Button isDisabled={true} width="100%"> - <Container display="inline-block" position="relative" top="2px" marginRight="5px"> + <Container display="inline-block" position="relative" top="3px" marginRight="8px"> <Spinner widthPx={20} heightPx={20} /> </Container> <Text fontColor={ColorOption.white} fontWeight={600} fontSize="20px"> |