File tree Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,9 @@ The Onboard styles can customized via [CSS variables](https://developer.mozilla.
508
508
--onboard-modal-backdrop
509
509
--onboard-modal-box-shadow
510
510
511
+ /* CUSTOMIZE THE ACTION REQUIRED MODAL */
512
+ --onboard-action-required-modal-background
513
+
511
514
/* FONTS */
512
515
--onboard-font-family-normal : Sofia Pro;
513
516
--onboard-font-family-semibold : Sofia Pro Semibold;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/core" ,
3
- "version" : " 2.2.9-alpha.4 " ,
3
+ "version" : " 2.2.9-alpha.5 " ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 134
134
line-height : var (--onboard-font-line-height-3 , var (--font-line-height-3 ));
135
135
}
136
136
137
- .caret {
138
- width : 16px ;
139
- }
140
-
141
137
.app-info-container {
142
138
background : var (--onboard-white , var (--white ));
143
139
border-radius : 16px ;
Original file line number Diff line number Diff line change 98
98
margin-right : 4px ;
99
99
}
100
100
101
- .caret {
102
- width : 24px ;
103
- }
104
-
105
101
.container {
106
102
border : 1px solid transparent ;
107
103
border-radius : 16px ;
Original file line number Diff line number Diff line change 18
18
font-family : var (--onboard-font-family-normal , var (--font-family-normal ));
19
19
font-size : var (--onboard-font-size-5 , var (--font-size-5 ));
20
20
line-height : 24px ;
21
+ background : var (
22
+ --onboard-action-required-modal-background ,
23
+ var (--onboard-white , var (--white ))
24
+ );
21
25
}
22
26
23
27
.icon-container {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/react" ,
3
- "version" : " 2.1.7-alpha.5 " ,
3
+ "version" : " 2.1.7-alpha.6 " ,
4
4
"description" : " Collection of React Hooks for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
21
21
"typescript" : " ^4.5.5"
22
22
},
23
23
"dependencies" : {
24
- "@web3-onboard/core" : " ^2.2.9-alpha.4 " ,
24
+ "@web3-onboard/core" : " ^2.2.9-alpha.5 " ,
25
25
"@web3-onboard/common" : " ^2.1.0-alpha.1"
26
26
},
27
27
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments