Skip to content

Commit d6eca74

Browse files
committed
react: update stepper
1 parent 0818291 commit d6eca74

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
1212
</a>
1313
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
14-
<img src="https://img.shields.io/badge/version-2.0.4-blue.svg" alt="Version" />
14+
<img src="https://img.shields.io/badge/version-2.0.5-blue.svg" alt="Version" />
1515
</a>
1616
</p>
1717
<p align="center">

packages/material-tailwind-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
99
</a>
1010
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
11-
<img src="https://img.shields.io/badge/version-2.0.4-blue.svg" alt="Version" />
11+
<img src="https://img.shields.io/badge/version-2.0.5-blue.svg" alt="Version" />
1212
</a>
1313
<a href="https://www.material-tailwind.com/docs/react/license">
1414
<img src="https://img.shields.io/badge/license-MIT-blue" alt="Licenese">

packages/material-tailwind-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material-tailwind/react",
33
"homepage": "https://material-tailwind.com",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.",
66
"repository": "https://github.com/creativetimofficial/material-tailwind",
77
"license": "MIT",

packages/material-tailwind-react/src/theme/components/stepper/step.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ export const step: StepStyleTypes = {
2121
borderRadius: "rounded-full",
2222
backgroundColor: "bg-blue-gray-200",
2323
color: "text-white",
24-
ring: "ring-0 ring-blue-100",
2524
fontWeight: "font-bold",
2625
transition: "transition-all duration-300",
2726
},
2827
active: {
2928
backgroundColor: "bg-blue-500",
30-
ring: "ring-8",
3129
},
3230
completed: {
3331
backgroundColor: "bg-blue-500",

0 commit comments

Comments
 (0)