Commit 51c5cf4 1 parent 536a042 commit 51c5cf4 Copy full SHA for 51c5cf4
File tree 3 files changed +8
-6
lines changed
queryPanel/components/queryLimit
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ const config: StorybookConfig = {
13
13
name : "@storybook/react-vite" ,
14
14
options : { } ,
15
15
} ,
16
+ typescript : {
17
+ reactDocgen : false ,
18
+ } ,
16
19
core : {
17
20
builder : "@storybook/builder-vite" ,
18
21
} ,
@@ -25,9 +28,7 @@ const config: StorybookConfig = {
25
28
"./__mocks__/vscode.ts"
26
29
) ;
27
30
28
- config . resolve . alias [ "crypto" ] = require . resolve (
29
- "./__mocks__/crypto.ts"
30
- ) ;
31
+ config . resolve . alias [ "crypto" ] = require . resolve ( "./__mocks__/crypto.ts" ) ;
31
32
}
32
33
// Merge custom configuration into the default config
33
34
return mergeConfig ( config , {
Original file line number Diff line number Diff line change 277
277
width : 100% ;
278
278
text-align : left ;
279
279
background-color : transparent ;
280
+ color : var (--text-color--title );
280
281
}
281
282
}
282
283
}
Original file line number Diff line number Diff line change 5
5
}
6
6
7
7
.input {
8
- background-color : var (--gray--gray -02 );
8
+ background-color : var (--background- -02 );
9
9
border : none ;
10
10
outline : none ;
11
11
max-width : 80px ;
18
18
& :focus {
19
19
border : none ;
20
20
outline : none ;
21
- background-color : var (--gray--gray -02 );
21
+ background-color : var (--background- -02 );
22
22
}
23
23
}
24
24
48
48
align-items : center ;
49
49
50
50
.label {
51
- padding : 0.25 rem 0.75rem ;
51
+ padding : 0.3 rem 0.75rem ;
52
52
border : 1px solid var (--gray--gray-02 );
53
53
border-right : none ;
54
54
border-top-left-radius : 0.25rem ;
You can’t perform that action at this time.
0 commit comments