fix(journal): update min-height for JournalInput textarea

This commit is contained in:
hypercross 2026-07-12 09:46:11 +08:00
parent e46cc879ae
commit fc6e37a13d
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ export const JournalInput: Component = () => {
rows={2}
class="w-full resize-none border-0 px-3 pt-2.5 pb-1 text-sm
text-gray-800 placeholder-gray-400 focus:outline-none
bg-transparent min-h-[60px]"
bg-transparent min-h-15"
/>
<div class="flex items-center justify-between px-2 pb-2">