Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 4d7d11a

Browse files
committed
reverting font size change
1 parent 1e97b75 commit 4d7d11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/atoms/Input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import styled from 'styled-components'
33

44
const Input = styled.input`
5-
font-size: 16px;
5+
font-size: 18px;
66
border: none;
77
background: transparent;
88
color: ${props => props.theme.foreground};

0 commit comments

Comments
 (0)