diff --git a/components/Button.js b/components/Button.js index 5282239..49a5053 100644 --- a/components/Button.js +++ b/components/Button.js @@ -3,6 +3,7 @@ import React from 'react' import { COLORS } from '../lib/constants' const Button = ({ + id, onClick = () => {}, className = '', background = COLORS.BLACK, @@ -21,7 +22,13 @@ const Button = ({ padding = 0, margin = 0 }) => ( -