feat: style filter icon
This commit is contained in:
parent
6377fd5fc4
commit
ee6448a47d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue