@taruvi/navkit 0.0.36 → 0.0.37

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": "@taruvi/navkit",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "main": "src/App.tsx",
5
5
  "type": "module",
6
6
  "scripts": {
package/src/App.styles.ts CHANGED
@@ -153,8 +153,8 @@ export const getAppStyles = (mode: ThemeMode) => {
153
153
  minHeight: 40,
154
154
  },
155
155
  appLauncherLogo: {
156
- width: 20,
157
- height: 20,
156
+ width: 23,
157
+ height: 23,
158
158
  },
159
159
  appLauncherHover: {
160
160
  display: 'flex',
@@ -24,7 +24,7 @@ export const shortcutsStyles = {
24
24
  },
25
25
  },
26
26
  iconStyle: {
27
- fontSize: '20px',
27
+ fontSize: '23px',
28
28
  color: colours.text.secondary,
29
29
  },
30
30
  }