fix: unify accordion icons for responses section

fixes #975
This commit is contained in:
Roman Hotsiy 2019-08-01 10:41:13 +03:00
parent 9e3375d12d
commit 2afc2e4921
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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'}
/>
)}