Make action buttons primary for now
This commit is contained in:
@@ -9,7 +9,7 @@ interface Props {
|
||||
primary?: boolean;
|
||||
}
|
||||
ActionButton.defaultProps = {
|
||||
primary: false,
|
||||
primary: true,
|
||||
};
|
||||
|
||||
export default function ActionButton({
|
||||
|
||||
Reference in New Issue
Block a user