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