Skip to content

Commit

Permalink
Fix: fuchsia color spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed May 9, 2024
1 parent c907416 commit 0244494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trait Color { this: StyleProp[_] =>

lazy val cyan: StyleSetter[_] = this := "cyan"

lazy val fuschia: StyleSetter[_] = this := "fuschia"
lazy val fuchsia: StyleSetter[_] = this := "fuchsia"

lazy val gray: StyleSetter[_] = this := "gray"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ object StyleTraitDefs {
),

StyleKeywordDef(
scalaName = "fuschia",
domName = "fuschia",
scalaName = "fuchsia",
domName = "fuchsia",
commentLines = Nil,
docUrls = Nil,
),
Expand Down

0 comments on commit 0244494

Please sign in to comment.