From 13b464db253566290be6a1063ad8e296288d3339 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 14 Sep 2023 03:05:28 +0200 Subject: feat: specify random seed for generation --- subprojects/frontend/src/editor/AnimatedButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/src/editor/AnimatedButton.tsx') diff --git a/subprojects/frontend/src/editor/AnimatedButton.tsx b/subprojects/frontend/src/editor/AnimatedButton.tsx index 24ec69be..606aabea 100644 --- a/subprojects/frontend/src/editor/AnimatedButton.tsx +++ b/subprojects/frontend/src/editor/AnimatedButton.tsx @@ -45,7 +45,7 @@ export default function AnimatedButton({ children, }: { 'aria-label'?: string; - onClick?: () => void; + onClick?: React.MouseEventHandler; color: 'error' | 'warning' | 'primary' | 'inherit'; disabled?: boolean; startIcon?: JSX.Element; -- cgit v1.2.3-54-g00ecf