From f1a11b6ce458e41ea6311fdf49ea36d01b263404 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Thu, 7 Nov 2019 06:30:02 -0800 Subject: [PATCH] LogBox - Rename and re-order dismiss/minimize buttons Summary: Based on feedback "minimize" wasn't clear and "close" is more common so it should be on the right Changelog: [Internal] Reviewed By: cpojer Differential Revision: D18353907 fbshipit-source-id: bccfc9be6c225a9adb31ef11d6a91330a7d4e008 --- Libraries/LogBox/UI/LogBoxInspectorFooter.js | 2 +- .../__snapshots__/LogBoxInspectorFooter-test.js.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Libraries/LogBox/UI/LogBoxInspectorFooter.js b/Libraries/LogBox/UI/LogBoxInspectorFooter.js index 57099fe8b4d..7569cd861e3 100644 --- a/Libraries/LogBox/UI/LogBoxInspectorFooter.js +++ b/Libraries/LogBox/UI/LogBoxInspectorFooter.js @@ -54,8 +54,8 @@ function LogBoxInspectorFooter(props: Props): React.Node { return ( - + ); } diff --git a/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorFooter-test.js.snap b/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorFooter-test.js.snap index 831807268d5..862b32bc4cc 100644 --- a/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorFooter-test.js.snap +++ b/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorFooter-test.js.snap @@ -256,11 +256,11 @@ exports[`LogBoxInspectorFooter should render two buttons for warning with no fat > `;