Skip to content

Commit

Permalink
Update centrifuge-app/src/components/Menu/IssuerMenu.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Onno Visser <[email protected]>
  • Loading branch information
kattylucy and onnovisser authored Dec 16, 2024
1 parent 60e8383 commit c0c7fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/Menu/IssuerMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function IssuerMenu({ defaultOpen = false, children }: IssuerMenuProps) {
(open ? (
<IconChevronDown size={['iconMedium', 'iconMedium', 'iconSmall']} color="textInverted" />
) : (
<IconChevronRight size={['iconMedium', 'iconMedium', 'iconSmall']} color="white" />
<IconChevronRight size={['iconMedium', 'iconMedium', 'iconSmall']} color="textInverted" />
))}
</Toggle>

Expand Down

0 comments on commit c0c7fcb

Please sign in to comment.