added indent and outdent buttons on mobile when editing task description

This commit is contained in:
2026-02-05 11:01:05 -06:00
parent 8c318bdfb5
commit 2f4207a44a
2 changed files with 70 additions and 6 deletions
+1
View File
@@ -34,6 +34,7 @@ export interface ButtonProps extends VariantProps<typeof buttonVariants> {
onClick?: (e: MouseEvent) => void
onMouseEnter?: (e: MouseEvent) => void
onMouseLeave?: (e: MouseEvent) => void
onMouseDown?: (e: MouseEvent) => void
children?: JSX.Element
size?: "default" | "sm" | "lg" | "icon"
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link"