Skip to content

Commit

Permalink
closes #242: lego accordion border bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjishiromajp committed Nov 6, 2023
1 parent 9731900 commit ec6bc68
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export const styles = tv(
itemHeader: 'border-t border-border bg-light',
},
lego: {
itemHeader: 'border-l-[0.375rem] border-t border-border bg-light transition-colors',
itemHeader:
'border-l-[0.375rem] border-border bg-light shadow-[inset_0_1px_0_var(--tw-shadow-color)] !shadow-border transition-colors',
},
},
isOpen: {
Expand Down Expand Up @@ -50,6 +51,7 @@ export const styles = tv(
look: 'lego',
isOpen: true,
className: 'border-l-hero',
// className: 'border-l-hero',
},
{
slots: ['content'],
Expand Down

0 comments on commit ec6bc68

Please sign in to comment.