@dxos/react-ui-canvas-compute 0.8.4-main.c85a9c8dae → 0.8.4-main.d05673bc65

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.
@@ -927,7 +927,7 @@ var AudioComponent = ({ shape }) => {
927
927
  icon: active ? "ph--microphone--regular" : "ph--microphone-slash--regular",
928
928
  classNames: [
929
929
  "transition opacity-20 duration-1000",
930
- active && "opacity-100 text-red-500"
930
+ active && "opacity-100 text-error-text"
931
931
  ],
932
932
  size: 8,
933
933
  onClick: () => setActive(!active)