feat(markdown): migrate to methanium/ui's markdown
This commit is contained in:
parent
f83e71be6b
commit
dbb407606b
36 changed files with 1355 additions and 2887 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import Input, { type InputController } from "@tensamin/markdown/input";
|
||||
import { Input, type InputController } from "@methanium/ui/markdown";
|
||||
import {
|
||||
Card,
|
||||
CardHeader,
|
||||
|
|
@ -276,7 +276,7 @@ export default function InputComponent({
|
|||
<CardHeader className="relative p-0 flex flex-col">
|
||||
<div className="w-full flex items-center">
|
||||
<Input
|
||||
className="w-full"
|
||||
className="w-full p-2"
|
||||
onControllerChange={setComposer}
|
||||
paddingY="13px"
|
||||
paddingX="13px"
|
||||
|
|
|
|||
Loading…
Reference in a new issue