Skip to content

Commit

Permalink
fix: header margins, change visual content flow, closes #261
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Mar 3, 2020
1 parent 500fdeb commit 790e37c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Box, Flex, Text, ChevronIcon } from '@blockstack/ui';
import { useAppDetails } from '../../hooks/use-app-details';
import { Logo } from '../logo';
import { AppIcon } from '../app-icon';
import { PX } from '../../common';

interface HeaderTitleProps {
title?: string | JSX.Element;
Expand Down Expand Up @@ -50,7 +49,7 @@ export const ScreenHeader = ({
return (
<Flex
py={[4, 5]}
px={PX}
px={4}
height="56px"
borderBottom="1px solid"
borderBottomColor="inherit"
Expand Down

0 comments on commit 790e37c

Please sign in to comment.