Bug report: Default CSS in Outsystems UI is incorrect
Application Type
Reactive
Platform Version
11.15.0 (Build 34858)

Hey guys,

Why  does this classes in OutsystemUI default css have the same colour code?

.background-lime-light{
  background-color:var(--color-lime-light);
}
.background-lime{
  background-color:var(--color-lime);
}



Seems to be a issue with all Lime classes:

.background-lime-lightest{
  background-color:var(--color-lime-lightest);
}
.background-lime-lighter{
  background-color:var(--color-lime-lighter);
}

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.