Skip to content

Commit b926e64

Browse files
committed
Align the icon of the sort
1 parent f8b1cc9 commit b926e64

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/Dashboard/Content/Sandboxes/Filters/SortOptions

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Dashboard/Content/Sandboxes/Filters/SortOptions/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const SortOptions: React.FC<{ hideOrder: boolean }> = ({
6666
transform: `rotate(${order === 'asc' ? -180 : 0}deg)`,
6767
fontSize: '.875rem',
6868
marginLeft: 4,
69+
marginBottom: 2,
6970
}}
7071
/>
7172
</Container>

0 commit comments

Comments
 (0)