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