Skip to content

Commit

Permalink
fix typo in colors (#274)
Browse files Browse the repository at this point in the history
It's not fuschia, it's fuchsia
https://en.wikipedia.org/wiki/Web_colors
  • Loading branch information
mberndt123 authored Apr 13, 2024
1 parent 9c65c36 commit 2335502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scalatags/src/scalatags/generic/Styles.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,8 @@ trait Styles[Builder, Output <: FragT, FragT] extends StyleMisc[Builder, Output,
lazy val maroon = this := "maroon"
lazy val red = this := "red"
lazy val purple = this := "purple"
lazy val fuschia = this := "fuschia"
lazy val fuchsia = this := "fuchsia"
@deprecated def fuschia = fuchsia // typo, for compatibility
lazy val green = this := "green"
lazy val lime = this := "lime"
lazy val olive = this := "olive"
Expand Down

0 comments on commit 2335502

Please sign in to comment.