Commit 0627157 1 parent dfe2e2a commit 0627157 Copy full SHA for 0627157
File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
- $border : 1px solid var (--general-active );
1
+ $border : 1px solid var (--du- general-active );
2
2
$animation-duration : 0.3s ;
3
3
4
4
.deriv-accordion {
@@ -9,7 +9,7 @@ $animation-duration: 0.3s;
9
9
10
10
& __wrapper {
11
11
width : 100% ;
12
- background-color : var (--general-main-2 );
12
+ background-color : var (--du- general-main-2 );
13
13
14
14
& --default {
15
15
padding : 24px ;
@@ -47,7 +47,7 @@ $animation-duration: 0.3s;
47
47
justify-content : space-between ;
48
48
49
49
& --border-bottom {
50
- border-bottom : 1px solid var (--border-normal-1 );
50
+ border-bottom : 1px solid var (--du- border-normal-1 );
51
51
}
52
52
}
53
53
Original file line number Diff line number Diff line change @@ -49,6 +49,17 @@ const meta = {
49
49
} ,
50
50
} satisfies Meta < typeof Accordion > ;
51
51
52
+ export const AllowMultiple : Story = {
53
+ args : {
54
+ allowMultiple : true ,
55
+ } ,
56
+ render : ( args ) => (
57
+ < div className = "theme--light" >
58
+ < Accordion { ...args } />
59
+ </ div >
60
+ ) ,
61
+ } ;
62
+
52
63
export default meta ;
53
64
type Story = StoryObj < typeof meta > ;
54
65
You can’t perform that action at this time.
0 commit comments