unovue / radix-vue

Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
https://radix-vue.com
MIT License
3.71k stars 231 forks source link

Update styles.css for DateRangeField #1364

Closed HuanWuCode closed 1 month ago

HuanWuCode commented 1 month ago

The border-width: 1px; in .DateField is somewhat redundant since you also have border: 1px solid var(--gray-9);, which sets the width and style together.