diff --git a/src/components/elements/Input.js b/src/components/elements/Input.js index b2cf8ec..773f76e 100644 --- a/src/components/elements/Input.js +++ b/src/components/elements/Input.js @@ -37,6 +37,7 @@ const StyledInput = styled.input` } &:disabled { background: #DDD; + border: 1px solid #B6B6B6; cursor: not-allowed; } `;