From 94e2963646cc604d247e1e1ce280f7dbf76cf6d6 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Tue, 7 May 2019 12:42:04 +0200 Subject: [PATCH] fix pin modal max width --- src/components/modals/pin/Pin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/pin/Pin/index.js b/src/components/modals/pin/Pin/index.js index 4a6e4878..eef14e7f 100644 --- a/src/components/modals/pin/Pin/index.js +++ b/src/components/modals/pin/Pin/index.js @@ -23,7 +23,7 @@ type State = { const Wrapper = styled.div` padding: 30px 48px; - max-width: 260px; + max-width: 350px; `; const InputWrapper = styled.div`