mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 09:24:03 +00:00
Correct typo/error in README.md (#16)
This commit is contained in:
parent
373a86a16e
commit
646944e56e
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ class Color extends MetaProperty
|
||||||
{
|
{
|
||||||
protected function transform(mixed $value): mixed
|
protected function transform(mixed $value): mixed
|
||||||
{
|
{
|
||||||
return "text-{$color}-500";
|
return "text-{$value}-500";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue