@veritree/ui 0.51.0 → 0.51.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.51.0",
3
+ "version": "0.51.1",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -15,7 +15,9 @@
15
15
  <slot></slot>
16
16
  </span>
17
17
  <span
18
- :class="[headless ? 'listbox-button__icon' : 'shrink-0 text-gray-500']"
18
+ :class="[
19
+ headless ? 'listbox-button__icon' : 'ml-2 shrink-0 text-gray-500',
20
+ ]"
19
21
  >
20
22
  <IconChevronDown
21
23
  class="transition-transform"