noph-ui 0.6.11 → 0.6.12

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.
@@ -213,7 +213,10 @@
213
213
  opacity: 0.38;
214
214
  }
215
215
  .background {
216
- background: var(--np-text-field-background-color, var(--np-color-surface-container-highest));
216
+ background: var(
217
+ --np-text-field-filled-background-color,
218
+ var(--np-color-surface-container-highest)
219
+ );
217
220
  }
218
221
  .disabled .background {
219
222
  background: var(--np-color-on-surface);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.6.11",
3
+ "version": "0.6.12",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {