@firedesktop/react-base 1.21.1 → 1.21.2

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.
@@ -358,7 +358,7 @@
358
358
  box-sizing: border-box;
359
359
  border-radius: 15px;
360
360
  font-size: 17px;
361
- height: 42px;
361
+ height: 34px;
362
362
  width: 100%;
363
363
  }
364
364
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firedesktop/react-base",
3
- "version": "1.21.1",
3
+ "version": "1.21.2",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "description": "This is the FireDesktop base package used to support every React Project in this Company.",
@@ -358,7 +358,7 @@
358
358
  box-sizing: border-box;
359
359
  border-radius: 15px;
360
360
  font-size: 17px;
361
- height: 42px;
361
+ height: 34px;
362
362
  width: 100%;
363
363
  }
364
364