noph-ui 0.26.3 → 0.26.4

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.
@@ -204,6 +204,9 @@
204
204
  .arrow {
205
205
  padding-inline: 0.375rem;
206
206
  padding-block: 0.5625rem;
207
+ box-sizing: border-box;
208
+ width: 24px;
209
+ height: 24px;
207
210
  fill: currentColor;
208
211
  position: absolute;
209
212
  pointer-events: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.26.3",
3
+ "version": "0.26.4",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {