@terraware/web-components 2.3.17 → 2.3.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.
@@ -21,9 +21,8 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
21
21
  return {
22
22
  icon: {
23
23
  fill: theme.palette.TwClrIcnSecondary,
24
- width: '16px',
25
- height: '16px',
26
- margin: '15px 0'
24
+ marginRight: '16px',
25
+ marginBottom: '8px'
27
26
  },
28
27
  closeButton: {
29
28
  background: 'none',
@@ -31,7 +30,8 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
31
30
  cursor: 'pointer'
32
31
  },
33
32
  navBarTop: {
34
- display: 'flex'
33
+ display: 'flex',
34
+ justifyContent: 'end'
35
35
  }
36
36
  };
37
37
  });
@@ -56,6 +56,7 @@ function Navbar(props) {
56
56
  className: classes.closeButton
57
57
  }, /*#__PURE__*/_react.default.createElement(_Icon.default, {
58
58
  name: "close",
59
+ size: "medium",
59
60
  className: classes.icon
60
61
  }))), children);
61
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraware/web-components",
3
- "version": "2.3.17",
3
+ "version": "2.3.18",
4
4
  "author": "Terraformation Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {