🎨 style(AccordionComponent): change border style of AccordionItem to improve visual consistency
This commit is contained in:
parent
8317fecc24
commit
69380447b0
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export default function AccordionComponent({
|
|||
return (
|
||||
<>
|
||||
<Accordion type="single" value={value} onValueChange={setValue}>
|
||||
<AccordionItem value={trigger} className="border-none">
|
||||
<AccordionItem value={trigger} className="border-b">
|
||||
<AccordionTrigger
|
||||
onClick={() => {
|
||||
handleClick();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue