From 90a50b40403072eb99c8b485b5ff1d65275c63f2 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Mon, 29 Jul 2019 12:38:37 +0530 Subject: [PATCH] changes for MSFT-104 --- src/shared/components/Button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/Button.jsx b/src/shared/components/Button.jsx index 4b20e230..80db9f5f 100644 --- a/src/shared/components/Button.jsx +++ b/src/shared/components/Button.jsx @@ -30,7 +30,7 @@ export default function Button({ if (disabled) { if (theme.disabled) className += ` ${theme.disabled}`; return ( -
+
{children}
);