fix some UI problems

This commit is contained in:
2022-10-16 22:54:09 +08:00
parent 6472f59cd1
commit dbf1e1694b
2 changed files with 9 additions and 4 deletions

View File

@@ -370,8 +370,8 @@ class FlowItem extends PureComponent {
? 'vote-icon-active'
: 'vote-icon-inactive'
}
width="28"
height="28"
width="24"
height="24"
viewBox="0 0 36 36"
>
<path d="M2 25h32L18 9 2 25Z" />
@@ -392,8 +392,8 @@ class FlowItem extends PureComponent {
? 'vote-icon-active'
: 'vote-icon-inactive'
}
width="28"
height="28"
width="24"
height="24"
viewBox="0 0 36 36"
>
<path d="M2 11h32L18 27 2 11Z"></path>