Skip to content

Commit

Permalink
refactor(accordion): Minor accordion style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomateus committed Aug 13, 2024
1 parent 30fe433 commit e5a0756
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/components/accordion/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const Accordion = ({
title: classnamesUtil(
classNames?.question,
styles.question,
'fw-bold',
{ [styles.questionOpen]: isOpen }
),
...classNames,
Expand Down
6 changes: 5 additions & 1 deletion src/lib/components/accordion/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
}

.question {
color: $ds-grey-700;
color: $ds-grey-900;

&:hover {
color: $ds-primary-500;
}
}

.chevron {
Expand Down

0 comments on commit e5a0756

Please sign in to comment.