diff --git a/src/components/molecules/TextInput/index.tsx b/src/components/molecules/TextInput/index.tsx index 6452ccf..2c12aad 100644 --- a/src/components/molecules/TextInput/index.tsx +++ b/src/components/molecules/TextInput/index.tsx @@ -3,6 +3,8 @@ import styled from 'styled-components' const Base = styled('input')({ height: '2.5rem', border: '0.125rem solid', + borderRadius: '0.25rem', + outline: 0, backgroundColor: 'var(--color-bg, white)', color: 'var(--color-fg, black)', font: 'inherit',