1
0
Fork 0

wip: Implemented welcome pages

This commit is contained in:
joostdecock 2024-12-24 16:34:26 +01:00
parent f548e1ed8f
commit 54d8550683
20 changed files with 315 additions and 71 deletions

View file

@ -467,11 +467,11 @@ export const MarkdownInput = ({
>
<Tabs tabs={['edit', 'preview']}>
<Tab key="edit">
<div className="flex flex-row items-center">
<div className="flex flex-row items-center mt-2">
<textarea
id={id}
rows="5"
className="textarea textarea-bordered textarea-lg w-full"
className="daisy-textarea daisy-textarea-bordered daisy-textarea-lg w-full"
value={current}
placeholder={placeholder}
onChange={(evt) => update(evt.target.value)}