diff --git a/web/components/action-buttons/ActionButton.tsx b/web/components/action-buttons/ActionButton.tsx index bcade14dd..64316ea3a 100644 --- a/web/components/action-buttons/ActionButton.tsx +++ b/web/components/action-buttons/ActionButton.tsx @@ -9,7 +9,7 @@ interface Props { primary?: boolean; } ActionButton.defaultProps = { - primary: false, + primary: true, }; export default function ActionButton({