noph-ui 0.18.7 → 0.18.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.
@@ -835,5 +835,6 @@
835
835
 
836
836
  input:-webkit-autofill {
837
837
  -webkit-background-clip: text;
838
+ -webkit-text-fill-color: var(--np-color-on-surface);
838
839
  }
839
840
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.18.7",
3
+ "version": "0.18.8",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {