From c5b8d6e1a290f55aa50aca3de3fbb1273b5072ac Mon Sep 17 00:00:00 2001 From: lukewalczak Date: Tue, 7 Dec 2021 21:43:11 +0100 Subject: [PATCH] fix: move outline outside of input view container --- .../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 */} + - + -