Make action buttons primary for now

This commit is contained in:
Gabe Kangas 2022-08-30 11:38:44 -07:00
parent c6ca2fb0d8
commit 113c3deaea
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -9,7 +9,7 @@ interface Props {
primary?: boolean;
}
ActionButton.defaultProps = {
primary: false,
primary: true,
};
export default function ActionButton({