From 621d26c3ac0a43c8d30bddd36e3dce99af89ae9e Mon Sep 17 00:00:00 2001 From: Luke Walczak Date: Fri, 10 Dec 2021 15:24:49 +0100 Subject: [PATCH] fix: move outline outside of input view container (#2997) --- .../TextInput/TextInputOutlined.tsx | 16 +++---- .../__snapshots__/TextInput.test.js.snap | 42 +++++++++---------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/components/TextInput/TextInputOutlined.tsx b/src/components/TextInput/TextInputOutlined.tsx index 26c361eb7c..ed44fac014 100644 --- a/src/components/TextInput/TextInputOutlined.tsx +++ b/src/components/TextInput/TextInputOutlined.tsx @@ -291,15 +291,15 @@ class TextInputOutlined extends React.Component { This is so that the label can overlap the outline Otherwise the border will cut off the label on Android */} + - + -