From 54a917dc97712baf7cd0e4ee623e8aa92c843cee Mon Sep 17 00:00:00 2001 From: Arunoda Susiripala Date: Wed, 12 Oct 2016 19:11:56 +0530 Subject: [PATCH] Make the button mobile friendly. Currently in the mobile, it doesn't show any respond when we click on it. This PR will fix that. --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index b30fc7d..cfebf13 100644 --- a/src/index.js +++ b/src/index.js @@ -25,3 +25,4 @@ Button.propTypes = { }; export default Button; +