Skip to content

Commit

Permalink
fix: unify accordion icons for responses section
Browse files Browse the repository at this point in the history
fixes #975
  • Loading branch information
RomanHotsiy committed Aug 1, 2019
1 parent 9e3375d commit 2afc2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Responses/ResponseTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class ResponseTitle extends React.PureComponent<ResponseTitleProps> {
<ShelfIcon
size={'1.5em'}
color={type}
direction={opened ? 'up' : 'down'}
direction={opened ? 'down' : 'right'}
float={'left'}
/>
)}
Expand Down

0 comments on commit 2afc2e4

Please sign in to comment.