From 6cc301dd35f2bf9ab2ace7c94277773edefdd047 Mon Sep 17 00:00:00 2001 From: SleepingFox Date: Fri, 10 Apr 2020 20:46:03 -0400 Subject: [PATCH] remove visible borders --- ui/component/button/view.jsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ui/component/button/view.jsx b/ui/component/button/view.jsx index 96fa900fe..1357bfdab 100644 --- a/ui/component/button/view.jsx +++ b/ui/component/button/view.jsx @@ -91,18 +91,17 @@ const Button = forwardRef((props: Props, ref: any) => { const size = iconSize || (!label && !children) ? 18 : undefined; // Fall back to default const content = ( - - {icon && } + + {icon && } {label && ( -
+
@@ -113,8 +112,6 @@ const Button = forwardRef((props: Props, ref: any) => { left: '50%', top: '50%', transform: `translate(-50%, -50%)`, - visibility: 'visible', - border: `1px solid blue`, }} >