fix: inconsistency in styles (#734)

This commit is contained in:
Kunal Vishwakarma 2023-04-08 13:55:30 +05:30 committed by GitHub
parent 3947a86fa7
commit 9b1ae6bcd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 12 deletions

View file

@ -28,7 +28,7 @@ export const SidebarEstimateSelect: React.FC<Props> = ({ value, onChange, userAu
<p>Estimate</p>
</div>
<div className="sm:basis-1/2">
<IssueEstimateSelect value={value} onChange={onChange} />
<IssueEstimateSelect chevron={true} value={value} onChange={onChange} />
</div>
</div>
);