From 113c39ec26562a343528f3967fbfe51122c52f01 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 9 Oct 2018 12:37:37 +0200 Subject: [PATCH] Fixed border --- src/components/modals/pin/Pin/components/Input/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/modals/pin/Pin/components/Input/index.js b/src/components/modals/pin/Pin/components/Input/index.js index a861ae12..db078871 100644 --- a/src/components/modals/pin/Pin/components/Input/index.js +++ b/src/components/modals/pin/Pin/components/Input/index.js @@ -18,6 +18,7 @@ const StyledInput = styled.input` padding: 5px 31px 10px 20px; color: ${colors.TEXT_PRIMARY}; background: transparent; + border: 1px solid ${colors.DIVIDER}; `; const StyledIcon = styled(Icon)`