浏览代码

Apply TextInput styling

Forgot to put this change in last commit.
master
父节点
当前提交
9481283651
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/components/molecules/TextInput/index.tsx

+ 2
- 0
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',


正在加载...
取消
保存