diff --git a/src/components/Input/Input.module.css b/src/components/Input/Input.module.css index a3760fea..2a257bd4 100644 --- a/src/components/Input/Input.module.css +++ b/src/components/Input/Input.module.css @@ -1,4 +1,5 @@ .Input { + box-sizing: border-box; background-color: var(--rvr-white); border-radius: var(--rvr-border-radius); border: var(--rvr-border-width-md) solid var(--rvr-gray-60);