Skip to content

feat(accordion): replace arrow icon by ArrowDropDown (#338)#339

Merged
carinelebas merged 2 commits into
mainfrom
issue/338
Jun 19, 2026
Merged

feat(accordion): replace arrow icon by ArrowDropDown (#338)#339
carinelebas merged 2 commits into
mainfrom
issue/338

Conversation

@carinelebas

Copy link
Copy Markdown
Member

Proposed changes

On Accordion component, replace ChevronIcon by ArrowDropDown:
image

Related issues

How to test this PR

Test the icon displayed is the ArrowDropDownIcon

Checklist

  • The PR title follows the Conventional Commits convention type(scope?): description (#issue)
  • I signed my commits
  • This PR is linked to an issue
  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I added/updated the relevant documentation
  • Where necessary, I refactored code to improve the overall quality

Further comments

Copilot AI review requested due to automatic review settings June 19, 2026 14:22
@github-actions github-actions Bot added the filigran team Item from the Filigran team. label Jun 19, 2026
@carinelebas carinelebas requested a review from fimow June 19, 2026 14:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the @filigran/ui Accordion trigger indicator to match the requested design change in issue #338 by switching from the chevron-style icon to ArrowDropDownIcon.

Changes:

  • Replace the Accordion trigger icon from KeyboardArrowDownIcon to ArrowDropDownIcon.
  • Update the trigger icon sizing classes to match the new icon’s intended display.

Comment thread packages/filigran-ui/src/components/clients/accordion.tsx Outdated
@carinelebas carinelebas merged commit b7e1618 into main Jun 19, 2026
15 checks passed
@carinelebas carinelebas deleted the issue/338 branch June 19, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team Item from the Filigran team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(Accordion): replace arrow

3 participants