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 #249 from deriv-com/update-accordion-border-style
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Dec 6, 2023
2 parents ae7bb0d + 4c1cd47 commit ced246a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/components/src/lib/accordion/base/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export const Base = ({
};

const dividerClassNames = {
both: 'border-x-none border-b-opacity-black-100 border-t-opacity-black-100',
bottom: 'border-b-opacity-black-100 !border-t-none',
both: 'border-x-none border-b-opacity-black-100 border-t-opacity-black-100 border-100',
bottom: 'border-b-opacity-black-100 !border-t-none border-100',
none: '!border-t-none',
};

Expand Down

0 comments on commit ced246a

Please sign in to comment.