@adamjanicki/ui 1.5.1 → 1.5.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamjanicki/ui",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Basic UI components and hooks for React in TypeScript",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
package/style.css CHANGED
@@ -211,7 +211,7 @@ a {
211
211
  .ajui-button-size--small {
212
212
  padding: 4px 6px;
213
213
  font-size: 12px;
214
- font-weight: 700;
214
+ font-weight: 600;
215
215
  }
216
216
 
217
217
  .ajui-icon-button {