Newer
Older
support / ui / model / src / Label.scala
package works.iterative.ui.model

// TODO: Rename to Tag? Metals does not like Label for some reason, never imports it as code action
// A conflict with something in Laminar
case class Label(color: HighlightColor, text: String)