noph-ui 0.2.6 → 0.2.7

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.
@@ -91,6 +91,7 @@
91
91
  cursor: pointer;
92
92
  font-size: 0.875rem;
93
93
  font-weight: 500;
94
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
94
95
  white-space: nowrap;
95
96
  user-select: none;
96
97
  display: flex;
@@ -176,6 +176,7 @@
176
176
  position: relative;
177
177
  padding: 0;
178
178
  box-sizing: border-box;
179
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
179
180
  border-radius: var(--border-radius);
180
181
  background-color: var(--background-color);
181
182
  cursor: pointer;
@@ -135,6 +135,7 @@
135
135
  padding: 0.75rem 1rem;
136
136
  min-height: 3.5rem;
137
137
  gap: 1rem;
138
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
138
139
  color: var(--np-color-on-surface);
139
140
  box-sizing: border-box;
140
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {