noph-ui 0.16.7 → 0.16.8

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.
@@ -104,7 +104,7 @@
104
104
  display: flex;
105
105
  align-items: center;
106
106
  padding-left: 1rem;
107
- padding-right: 1rem;
107
+ padding-right: 2rem;
108
108
  }
109
109
  .np-input-chip {
110
110
  position: relative;
@@ -799,4 +799,8 @@
799
799
  .disabled .outline-notch {
800
800
  opacity: 0.12;
801
801
  }
802
+
803
+ input:-webkit-autofill {
804
+ -webkit-background-clip: text;
805
+ }
802
806
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.16.7",
3
+ "version": "0.16.8",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {