@compass-labs/widgets 0.1.16 → 0.1.17

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.js CHANGED
@@ -3877,7 +3877,7 @@ function MarketSelector({
3877
3877
  flex: 1,
3878
3878
  padding: "calc(var(--compass-spacing-unit, 8px) * 2)",
3879
3879
  backgroundColor: marketType === type.value ? "var(--compass-color-primary, #6366f1)" : "var(--compass-color-surface, #12121a)",
3880
- color: marketType === type.value ? "var(--compass-color-primary-foreground, white)" : "var(--compass-color-text, #e4e4e7)",
3880
+ color: marketType === type.value ? "var(--compass-color-primary-text, white)" : "var(--compass-color-text, #e4e4e7)",
3881
3881
  border: "none",
3882
3882
  cursor: "pointer",
3883
3883
  fontSize: "var(--compass-font-size-sm, 14px)",