@superinterface/react 2.0.5 → 2.0.7

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
@@ -2334,16 +2334,17 @@ var TextareaBase = forwardRef3(function TextareaBase2(props, ref) {
2334
2334
  return /* @__PURE__ */ jsxs13(Fragment2, {
2335
2335
  children: [
2336
2336
  /* @__PURE__ */ jsx40("style", {
2337
- children: ".superinterface-textarea { min-height: inherit; height: 30px; }"
2337
+ children: ".superinterface-textarea { min-height: inherit; height: 30px; }\n.superinterface-textarea::placeholder { color: var(--gray-a10); }"
2338
2338
  }),
2339
2339
  /* @__PURE__ */ jsx40(TextareaAutosize, _object_spread({
2340
2340
  ref: ref,
2341
- className: "superinterface-textarea",
2341
+ className: "rt-reset superinterface-textarea",
2342
2342
  style: {
2343
2343
  border: 0,
2344
2344
  outline: 0,
2345
2345
  boxSizing: "border-box",
2346
2346
  resize: "none",
2347
+ color: "var(--gray-12)",
2347
2348
  fontSize: "".concat(14 * UPSCALE_RATIO, "px"),
2348
2349
  lineHeight: "".concat(24 * UPSCALE_RATIO, "px"),
2349
2350
  transform: "scale(".concat(1 / UPSCALE_RATIO, ")"),