Skip to content

Commit

Permalink
fix(suite): reverse expansion icon
Browse files Browse the repository at this point in the history
(cherry picked from commit 1cf8ddc)
  • Loading branch information
komret committed Mar 12, 2024
1 parent fa752dc commit 6cc9656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const DeviceItem = ({ device, instances, onCancel, backgroundRoute }: Dev
<ExpandIcon
useCursorPointer
size={24}
icon="ARROW_UP"
icon="ARROW_DOWN"
color={theme.TYPE_LIGHT_GREY}
hoverColor={theme.TYPE_LIGHTER_GREY}
isActive={!isExpanded}
Expand Down

0 comments on commit 6cc9656

Please sign in to comment.