@solace-health/ui 0.10.55 → 0.10.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -203,9 +203,10 @@ Valid keys: `+JSON.stringify(Object.keys(l),null," "));var Y=K(T,R,P,Z,v+"."+R,
203
203
  background-color: #e9f0ee;
204
204
  }
205
205
  `,w6=w__default.default(xe)`
206
+ --color: ${e=>e.color??e.theme.colors.secondaryGreen};
206
207
  background-color: #fff;
207
- border: 1px solid ${e=>e.theme.colors.secondaryGreen};
208
- color: ${e=>e.theme.colors.secondaryGreen};
208
+ border: 1px solid var(--color);
209
+ color: var(--color);
209
210
  `,L6=w__default.default.a`
210
211
  font-family: ${e=>e.theme.typography.family.body};
211
212
  display: inline-block;