Skip to content

Commit

Permalink
fix: update bringweb3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
kalfada committed Nov 5, 2024
1 parent 85075e7 commit 40c1f3d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions packages/yoroi-extension/chrome/content-scripts/bringInject.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const darkTheme = {
// Popup
popupBg: "#15171F",
popupShadow: "0px 6px 20px 0px rgba(0, 0, 0, 0.10), 0px 1px 8px 0px rgba(0, 0, 0, 0.06)",
xBtnFC: "#E1E6F5",
// Primary button
primaryBtnBg: "#4B6DDE",
primaryBtnFS: "16px",
Expand All @@ -32,7 +33,11 @@ const darkTheme = {
// Markdown
markdownBg: "#15171F",
markdownFS: "14px",
markdownFW: "400",
markdownFC: "#E1E6F5",
markdownTitleFS: "14px",
markdownTitleFW: "500",
markdownTitleFC: "#E1E6F5",
markdownBorderW: "1px",
markdownRadius: "8px",
markdownBorderC: "#262A38",
Expand All @@ -59,6 +64,7 @@ const darkTheme = {
detailsAmountFC: "#7892E8",
detailsAmountFW: "500",
// Overlay
overlayWaitingBg: "#15171F",
overlayBg: "#1F232ECC",
overlayFS: "16px",
overlayFW: "400",
Expand Down Expand Up @@ -107,6 +113,7 @@ const lightTheme = {
// Popup
popupBg: "#FFFFFF",
popupShadow: "0px 6px 20px 0px rgba(0, 0, 0, 0.10), 0px 1px 8px 0px rgba(0, 0, 0, 0.06)",
xBtnFC: "#242838",
// Primary button
primaryBtnBg: "#4B6DDE",
primaryBtnFC: "#FFFFFF",
Expand All @@ -126,7 +133,11 @@ const lightTheme = {
// Markdown
markdownBg: "#FFFFFF",
markdownFS: "14px",
markdownFW: "400",
markdownFC: "#242838",
markdownTitleFS: "14px",
markdownTitleFW: "500",
markdownTitleFC: "#242838",
markdownBorderW: "1px",
markdownRadius: "8px",
markdownBorderC: "#DCE0E9",
Expand All @@ -153,6 +164,7 @@ const lightTheme = {
detailsAmountFC: "#4B6DDE",
detailsAmountFW: "500",
// Overlay
overlayWaitingBg: "#FFFFFF",
overlayBg: "#0000007A",
overlayFS: "16px",
overlayFW: "400",
Expand Down
8 changes: 4 additions & 4 deletions packages/yoroi-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/yoroi-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"dependencies": {
"@amplitude/analytics-browser": "^2.1.3",
"@babel/preset-typescript": "^7.24.7",
"@bringweb3/chrome-extension-kit": "^1.1.9",
"@bringweb3/chrome-extension-kit": "^1.1.12",
"@cardano-foundation/ledgerjs-hw-app-cardano": "7.1.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
Expand All @@ -171,12 +171,12 @@
"@svgr/webpack": "5.5.0",
"@vespaiach/axios-fetch-adapter": "^0.3.1",
"@yoroi/exchange": "2.0.1",
"@yoroi/explorers": "^1.0.2",
"@yoroi/portfolio": "1.0.3",
"@yoroi/resolver": "2.0.2",
"@yoroi/staking": "^1.5.1",
"@yoroi/swap": "1.5.2",
"@yoroi/types": "1.5.8",
"@yoroi/explorers": "^1.0.2",
"assert": "2.1.0",
"async-await-queue": "2.1.4",
"axios": "0.21.1",
Expand Down

0 comments on commit 40c1f3d

Please sign in to comment.