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

View File

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