Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Nov 4, 2024
1 parent 1b90bd8 commit 9f1b4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The following method would become accessible using TypeScript:
```ts
Status.Active.label() // 'Active'
Status.Inactive.label() // 'Inactive'
Status.Active.color() // 'bg-greed-100'
Status.Active.color() // 'bg-green-100'
Status.Inactive.color() // 'bg-red-100'
```

Expand Down

0 comments on commit 9f1b4f6

Please sign in to comment.