tw-react-components 0.0.187 → 0.0.191

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # TailwindCSS React Components
2
2
 
3
3
  ![NPM Version](https://img.shields.io/npm/v/tw-react-components)
4
- [![codecov](https://codecov.io/gh/bacali95/tw-react-components/graph/badge.svg?token=Z5ER12459R)](https://codecov.io/gh/bacali95/tw-react-components)
4
+ [![codecov](https://codecov.io/gh/bacali95/tw-react-components/branch/main/graph/badge.svg?token=Z5ER12459R)](https://codecov.io/gh/bacali95/tw-react-components)
5
5
  ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
6
6
 
7
7
  A comprehensive library of React components built with TailwindCSS for creating beautiful and responsive dashboards.
package/index.css CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  --ring: 215 20.2% 65.1%;
36
36
 
37
- --radius: 0.5rem;
37
+ --radius: 0.625rem;
38
38
 
39
39
  --sidebar-background: var(--color-slate-100);
40
40
  --sidebar-foreground: 240 5.3% 26.1%;
@@ -79,7 +79,7 @@
79
79
 
80
80
  --ring: 216 34% 17%;
81
81
 
82
- --radius: 0.5rem;
82
+ --radius: 0.625rem;
83
83
 
84
84
  --sidebar-background: var(--color-slate-900);
85
85
  --sidebar-foreground: 240 4.8% 95.9%;