From dddeb52f09836a61f93ffcbcf076afdf9f91f956 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 26 Jun 2019 16:17:39 -0400 Subject: [PATCH] fix: button color --- src/ui/component/button/view.jsx | 4 ++-- static/locales/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/component/button/view.jsx b/src/ui/component/button/view.jsx index e7531bcd7..f34e0cf7e 100644 --- a/src/ui/component/button/view.jsx +++ b/src/ui/component/button/view.jsx @@ -77,10 +77,10 @@ const Button = forwardRef((props: Props, ref: any) => { const content = ( - {icon && } + {icon && } {label && {label}} {children && children} - {iconRight && } + {iconRight && } ); diff --git a/static/locales/en.json b/static/locales/en.json index 840267460..49fc961e2 100644 --- a/static/locales/en.json +++ b/static/locales/en.json @@ -359,4 +359,4 @@ "Error data": "Error data", "Error": "Error", "We're sorry that LBRY has encountered an error. This has been reported and we will investigate the problem.": "We're sorry that LBRY has encountered an error. This has been reported and we will investigate the problem." -} \ No newline at end of file +}