Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
im36-123 committed Oct 29, 2019
1 parent 2ee36b2 commit 3f9bb39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Accordion/AccordionTrigger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ const Button = styled.button`
const { size, palette, interaction } = theme
return css`
display:flex;
display: flex;
align-items: center;
width: 100%;
height: 40px;
padding: 0 ${size.pxToRem(size.space.XS)}
color: ${palette.TEXT_BLACK};
font-size: ${size.pxToRem(size.font.TALL)};
text-align: left;
Expand All @@ -78,7 +77,6 @@ const Button = styled.button`
`
}}
`

const Icon = styled(IconComponent)`
${({ theme }: InjectedProps) => {
const { size } = theme
Expand Down

0 comments on commit 3f9bb39

Please sign in to comment.