@rango-dev/widget-embedded 0.29.1-next.17 → 0.29.1-next.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/widget-embedded",
|
|
3
|
-
"version": "0.29.1-next.
|
|
3
|
+
"version": "0.29.1-next.18",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@rango-dev/queue-manager-rango-preset": "^0.34.1-next.6",
|
|
31
31
|
"@rango-dev/queue-manager-react": "^0.26.0",
|
|
32
32
|
"@rango-dev/signer-solana": "^0.29.1-next.1",
|
|
33
|
-
"@rango-dev/ui": "^0.35.1-next.
|
|
33
|
+
"@rango-dev/ui": "^0.35.1-next.8",
|
|
34
34
|
"@rango-dev/wallets-react": "^0.20.1-next.4",
|
|
35
35
|
"@rango-dev/wallets-shared": "^0.34.1-next.4",
|
|
36
36
|
"bignumber.js": "^9.1.1",
|
|
@@ -136,17 +136,17 @@ export function TokenList(props: PropTypes) {
|
|
|
136
136
|
) as BlockchainMeta;
|
|
137
137
|
const colors = createTintsAndShades(blockchain.color, 'main');
|
|
138
138
|
const customCssForTag = {
|
|
139
|
-
$$color: colors.
|
|
139
|
+
$$color: colors.main150,
|
|
140
140
|
[`.${darkTheme} &`]: {
|
|
141
|
-
$$color: colors.
|
|
141
|
+
$$color: colors.main750,
|
|
142
142
|
},
|
|
143
143
|
backgroundColor: '$$color',
|
|
144
144
|
};
|
|
145
145
|
|
|
146
146
|
const customCssForTagTitle = {
|
|
147
|
-
$$color: colors.
|
|
147
|
+
$$color: colors.main750,
|
|
148
148
|
[`.${darkTheme} &`]: {
|
|
149
|
-
$$color: colors.
|
|
149
|
+
$$color: colors.main150,
|
|
150
150
|
},
|
|
151
151
|
color: '$$color',
|
|
152
152
|
};
|