From 7a5145135c8bf0c71246e83231fcc72ba60b044f Mon Sep 17 00:00:00 2001 From: raboid Date: Mon, 7 Jan 2019 17:35:01 -0500 Subject: [PATCH] Update Button component --- components/Button.js | 65 ++++++++++++++++++++++++++++++-------------- 1 file changed, 44 insertions(+), 21 deletions(-) diff --git a/components/Button.js b/components/Button.js index 761d789..885b429 100644 --- a/components/Button.js +++ b/components/Button.js @@ -1,39 +1,62 @@ import React from 'react' + import { COLORS } from '../lib/constants' -export default props => ( - ) + +export default Button