Skip to content

Commit

Permalink
feat: textFieldの構造を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Nov 13, 2023
1 parent 7dfd71a commit 9e2be10
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 541 deletions.
5 changes: 2 additions & 3 deletions packages/react/src/components/TextField/TextField.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ HasAffix.args = {
export const PrefixIcon: Story<Partial<TextFieldProps>> = (args) => (
<TextField
label="Label"
placeholder="Icon prefix"
placeholder="作品を検索"
prefix={
<PrefixIconWrap>
<pixiv-icon name="16/Search" />
Expand All @@ -79,7 +79,6 @@ export const PrefixIcon: Story<Partial<TextFieldProps>> = (args) => (
)

const PrefixIconWrap = styled.div`
height: 16px;
color: ${({ theme }) => theme.color.text3};
margin-top: 2px;
margin-right: 4px;
`
Loading

0 comments on commit 9e2be10

Please sign in to comment.