Skip to content

Commit fd840be

Browse files
Fixes Header border radius (#1268) (#1269)
* Fixes Header border radius (#1268) * Increments versions Co-authored-by: Aaron <abarnard@protonmail.com>
1 parent 5b2d84b commit fd840be

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.8.3",
3+
"version": "2.8.4-alpha.1",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

packages/core/src/views/connect/Index.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@
332332
--onboard-connect-header-color,
333333
var(--onboard-black, var(--black))
334334
);
335-
border-radius: 0 24px 0 0;
336335
}
337336
338337
.header-heading {

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@web3-onboard/coinbase": "^2.1.2",
26-
"@web3-onboard/core": "^2.8.2",
26+
"@web3-onboard/core": "^2.8.4-alpha.1",
2727
"@web3-onboard/dcent": "^2.2.0",
2828
"@web3-onboard/fortmatic": "^2.0.13",
2929
"@web3-onboard/gas": "^2.1.2",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.8.3",
65+
"@web3-onboard/core": "^2.8.4-alpha.1",
6666
"@web3-onboard/common": "^2.2.2",
6767
"use-sync-external-store": "1.0.0"
6868
},

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.2.2",
66-
"@web3-onboard/core": "^2.8.3",
66+
"@web3-onboard/core": "^2.8.4-alpha.1",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

0 commit comments

Comments
 (0)