Browse Source

Make action buttons primary for now

pull/2079/head
Gabe Kangas 3 years ago
parent
commit
113c3deaea
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      web/components/action-buttons/ActionButton.tsx

2
web/components/action-buttons/ActionButton.tsx

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

Loading…
Cancel
Save