added indent and outdent buttons on mobile when editing task description
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user