@taruvi/navkit 0.0.15 → 0.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taruvi/navkit",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "main": "src/App.tsx",
5
5
  "type": "module",
6
6
  "scripts": {
package/src/App.styles.ts CHANGED
@@ -74,6 +74,7 @@ export const getAppStyles = (mode: ThemeMode) => {
74
74
  toolbar: {
75
75
  backgroundColor: colors.bg.white,
76
76
  boxShadow: ' 0px 0px 10px 2px rgba(0, 0, 0, 0.3)',
77
+ borderBottom: '2px solid #1565c0',
77
78
  },
78
79
  leftSection: {
79
80
  display: 'flex',