@sikka/hawa 0.0.122 → 0.0.124

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": "@sikka/hawa",
3
- "version": "0.0.122",
3
+ "version": "0.0.124",
4
4
  "description": "UI Kit",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.es.js",
@@ -58,7 +58,7 @@ export const HawaAppLayout: React.FunctionComponent<HawaAppLayoutTypes> = (
58
58
  ))}
59
59
  </div>
60
60
 
61
- <div className=" absolute top-0 h-screen w-[calc(100%-3rem)] translate-x-8 overflow-scroll p-2">
61
+ <div className=" absolute top-0 h-screen w-[calc(100%-3rem)] translate-x-8 overflow-scroll">
62
62
  {props.children}
63
63
  </div>
64
64
  </div>