feat: style filter icon

This commit is contained in:
RadoslavDimchev 2023-11-08 23:01:53 +02:00
parent 6377fd5fc4
commit ee6448a47d
1 changed files with 10 additions and 1 deletions

View File

@ -69,7 +69,16 @@ const ManagementTable = () => {
<YStack>
<XStack justifyContent="space-between">
<SearchManagement searchValue={searchValue} changeSearchValue={changeSearchValue} />
<SortIcon size={20} />
<SortIcon
size={20}
color="#647084"
style={{
border: '1px solid #DCE0E5',
borderRadius: '10px',
padding: '6px',
cursor: 'pointer',
}}
/>
</XStack>
<table>
<thead>