@taruvi/navkit 0.0.33-beta.2 → 0.0.35

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.33-beta.2",
3
+ "version": "0.0.35",
4
4
  "main": "src/App.tsx",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -5,7 +5,7 @@ import { shortcutsStyles } from './Shortcuts.styles'
5
5
  import { useNavigation } from '../../NavkitContext'
6
6
 
7
7
  const ChatIcon = () => (
8
- <SvgIcon viewBox="-2 -2 24 24" sx={{ fontSize: 20, display: 'block' }}>
8
+ <SvgIcon viewBox="-2 -2 24 24" sx={{ fontSize: 20, display: 'block', position: 'relative', top: 2 }}>
9
9
  <path d="M18 0H2C0.9 0 0 0.9 0 2V20L4 16H18C19.1 16 20 15.1 20 14V2C20 0.9 19.1 0 18 0Z" fill="#9DE5FD"/>
10
10
  </SvgIcon>
11
11
  )