Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Jun 17, 2024
1 parent bf2eae0 commit ee025c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@radix-ui/react-select": "1.2.1",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.3",
"@rainbow-me/provider": "../rainbow-provider/rainbow-me-provider-v0.1.1.tgz",
"@rainbow-me/provider": "0.1.1",
"@rainbow-me/swaps": "0.19.0",
"@rudderstack/analytics-js-service-worker": "3.0.6",
"@scure/bip39": "1.2.1",
Expand Down
10 changes: 6 additions & 4 deletions src/entries/popup/pages/home/Tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,11 @@ function TokensEmptyState({ depositAddress }: EmptyStateProps) {
borderRadius="16px"
padding="16px"
style={{
boxShadow: `0 0 0 1px ${currentTheme === 'dark'
boxShadow: `0 0 0 1px ${
currentTheme === 'dark'
? 'rgba(245, 248, 255, 0.025)'
: 'rgba(9, 17, 31, 0.03)'
} inset`,
} inset`,
}}
>
<Stack space="12px">
Expand Down Expand Up @@ -576,10 +577,11 @@ function TokensEmptyState({ depositAddress }: EmptyStateProps) {
borderRadius="16px"
padding="16px"
style={{
boxShadow: `0 0 0 1px ${currentTheme === 'dark'
boxShadow: `0 0 0 1px ${
currentTheme === 'dark'
? 'rgba(245, 248, 255, 0.025)'
: 'rgba(9, 17, 31, 0.03)'
} inset`,
} inset`,
}}
>
<Stack space="12px">
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3527,9 +3527,10 @@
dependencies:
"@babel/runtime" "^7.13.10"

"@rainbow-me/provider@../rainbow-provider/rainbow-me-provider-v0.1.1.tgz":
"@rainbow-me/provider@0.1.1":
version "0.1.1"
resolved "../rainbow-provider/rainbow-me-provider-v0.1.1.tgz#5e1b60432eb843f5d222e0bc3c8a93ffa9b33271"
resolved "https://registry.yarnpkg.com/@rainbow-me/provider/-/provider-0.1.1.tgz#41e786798bc032327d1f5de582eceb14dddb556d"
integrity sha512-VLISTlu3waIByb3D6izLUB/XbNDZ4VKH8L78fwIwyiC2+Npel8ghGiM/xAlzb/CDgAmA7duWplb/mAzCYWg2fw==
dependencies:
"@ethersproject/abstract-provider" "5.7.0"
"@ethersproject/bignumber" "5.7.0"
Expand Down

0 comments on commit ee025c6

Please sign in to comment.