From 113c3deaea4d8ecca803c878d62c2dd60b8b09fd Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 30 Aug 2022 11:38:44 -0700 Subject: [PATCH] Make action buttons primary for now --- web/components/action-buttons/ActionButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({