aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/instant_heading.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-10-05 09:06:19 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-10-05 09:06:19 +0800
commitbf0437324d3499dbb516e85a4eb1fbdceb91707c (patch)
treecbd9802f4651596bfaded2e3b64fc240ae035a63 /packages/instant/src/components/instant_heading.tsx
parent1001dfcc30d9e7a049cc0d7719131adec6344f6c (diff)
downloaddexon-sol-tools-bf0437324d3499dbb516e85a4eb1fbdceb91707c.tar
dexon-sol-tools-bf0437324d3499dbb516e85a4eb1fbdceb91707c.tar.gz
dexon-sol-tools-bf0437324d3499dbb516e85a4eb1fbdceb91707c.tar.bz2
dexon-sol-tools-bf0437324d3499dbb516e85a4eb1fbdceb91707c.tar.lz
dexon-sol-tools-bf0437324d3499dbb516e85a4eb1fbdceb91707c.tar.xz
dexon-sol-tools-bf0437324d3499dbb516e85a4eb1fbdceb91707c.tar.zst
dexon-sol-tools-bf0437324d3499dbb516e85a4eb1fbdceb91707c.zip
Add border radios
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 5aa82bcda..52c4bb2db 100644
--- a/packages/instant/src/components/instant_heading.tsx
+++ b/packages/instant/src/components/instant_heading.tsx
@@ -7,7 +7,7 @@ import { Container, Flex, Text } from './ui';
export interface InstantHeadingProps {}
export const InstantHeading: React.StatelessComponent<InstantHeadingProps> = props => (
- <Container backgroundColor={ColorOption.primaryColor} padding="20px" width="100%">
+ <Container backgroundColor={ColorOption.primaryColor} padding="20px" width="100%" borderRadius="3px 3px 0px 0px">
<Container marginBottom="5px">
<Text
letterSpacing="1px"