@adamjanicki/ui 1.4.8 → 1.4.9

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.4.8",
3
+ "version": "1.4.9",
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
@@ -316,7 +316,7 @@ a {
316
316
  outline: none;
317
317
  box-shadow: none;
318
318
  cursor: pointer;
319
- background-color: inherit;
319
+ background-color: transparent;
320
320
  padding: 0.75rem 1.75rem 0.75rem 0.5rem;
321
321
  font-size: 1rem;
322
322
  font-weight: 400;