@lifi/widget 2.0.0-beta.15 → 2.0.0-beta.16

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.
@@ -52,6 +52,11 @@ export const DrawerButton = styled(Button, {
52
52
  ? theme.palette.common.black
53
53
  : theme.palette.common.white,
54
54
  },
55
+ svg: {
56
+ color: theme.palette.mode === 'light'
57
+ ? theme.palette.common.white
58
+ : theme.palette.common.black,
59
+ },
55
60
  }));
56
61
  export const DrawerButtonTypography = styled(Typography)(({ theme }) => ({
57
62
  borderRadius: `0 ${theme.shape.borderRadiusSecondary}px ${theme.shape.borderRadiusSecondary}px 0`,
@@ -55,6 +55,11 @@ exports.DrawerButton = (0, styles_1.styled)(material_1.Button, {
55
55
  ? theme.palette.common.black
56
56
  : theme.palette.common.white,
57
57
  },
58
+ svg: {
59
+ color: theme.palette.mode === 'light'
60
+ ? theme.palette.common.white
61
+ : theme.palette.common.black,
62
+ },
58
63
  }));
59
64
  exports.DrawerButtonTypography = (0, styles_1.styled)(material_1.Typography)(({ theme }) => ({
60
65
  borderRadius: `0 ${theme.shape.borderRadiusSecondary}px ${theme.shape.borderRadiusSecondary}px 0`,
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "2.0.0-beta.15";
2
+ export declare const version = "2.0.0-beta.16";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = exports.name = void 0;
4
4
  exports.name = '@lifi/widget';
5
- exports.version = '2.0.0-beta.15';
5
+ exports.version = '2.0.0-beta.16';
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "2.0.0-beta.15";
2
+ export declare const version = "2.0.0-beta.16";
package/config/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '2.0.0-beta.15';
2
+ export const version = '2.0.0-beta.16';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "2.0.0-beta.15",
3
+ "version": "2.0.0-beta.16",
4
4
  "description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",
@@ -93,5 +93,5 @@
93
93
  "extends": "../../.eslintrc"
94
94
  },
95
95
  "sideEffects": false,
96
- "gitHead": "183d16a641a21a8176105452c08d2f7079925125"
96
+ "gitHead": "a3359058970816a2dd4a83918097984cb7d4af03"
97
97
  }