Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #399 from deriv-com/meenu-remove-hover-active-satet
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Mar 21, 2024
2 parents 60c1643 + f5e209c commit 406026c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/components/src/lib/accordion/base/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Base = ({

const bgColorVariantClass = {
light: 'bg-background-primary-container',
gray: 'bg-background-primary-base',
gray: 'bg-opacity-black-75',
};

const dividerClassNames = {
Expand Down Expand Up @@ -107,9 +107,8 @@ export const Base = ({
<div
className={qtMerge(
'flex cursor-pointer items-center justify-between',
isExpanded && 'bg-opacity-black-75',
'gap-general-lg p-general-lg',
'hover:bg-opacity-black-100',
'active:bg-opacity-black-200',
'border-opacity-black-100',
contentClass,
)}
Expand Down

0 comments on commit 406026c

Please sign in to comment.