fone-design-system_v2 1.0.16 → 1.0.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.
@@ -82217,13 +82217,17 @@ const exe = () => v.useRef(void 0), Txe = ({
82217
82217
  p && /* @__PURE__ */ S.jsx(
82218
82218
  "div",
82219
82219
  {
82220
- className: "flex h-[3rem] w-full shrink-0 items-center justify-center border-t border-t-black text-gray-500",
82220
+ className: "flex w-full shrink-0 items-center justify-center border-t border-t-black",
82221
82221
  style: {
82222
82222
  fontSize: "var(--ds-font-size-15)",
82223
+ color: "var(--ds-color-gray-950)",
82223
82224
  backgroundColor: "var(--ds-color-gray-25)",
82224
82225
  borderColor: "var(--ds-bg-inverse)",
82225
82226
  // 검정
82226
- borderTop: "1px solid"
82227
+ fontWeight: "var(--ds-font-weight-medium)",
82228
+ borderTop: "1px solid",
82229
+ height: "4.8rem",
82230
+ marginTop: "var(--ds-space-3)"
82227
82231
  },
82228
82232
  children: p
82229
82233
  }