@lifesg/react-design-system 2.0.0-canary.6 → 2.0.0-canary.7

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": "@lifesg/react-design-system",
3
- "version": "2.0.0-canary.6",
3
+ "version": "2.0.0-canary.7",
4
4
  "description": "A component design system for LifeSG web apps",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",
@@ -794,7 +794,7 @@ var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.pr
794
794
  `,id=x.button`
795
795
  position: relative;
796
796
  height: auto;
797
- padding: 0 1rem;
797
+ padding: 0.75rem 1rem;
798
798
 
799
799
  margin-right: -1rem; // offset the padding
800
800
  cursor: pointer;