@geomak/ui 6.17.1 → 6.18.0

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/dist/styles.css CHANGED
@@ -319,7 +319,7 @@
319
319
  box-sizing: border-box; /* 1 */
320
320
  border-width: 0; /* 2 */
321
321
  border-style: solid; /* 2 */
322
- border-color: currentColor; /* 2 */
322
+ border-color: #e5e7eb; /* 2 */
323
323
  }
324
324
  ::before,
325
325
  ::after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.17.1",
3
+ "version": "6.18.0",
4
4
  "description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
5
5
  "author": "G-MAKROGLOU",
6
6
  "license": "MIT",