File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
'use client' ;
2
2
3
3
import React from 'react' ;
4
- import { InputTitleText , InputText } from '../../components/TextInput/styles' ;
4
+ import { InputTitleText , InputText } from '../../components/TextInput/styles' ;
5
5
6
6
export default function InputTextTest ( ) {
7
7
return (
8
8
< >
9
9
< InputTitleText > Label</ InputTitleText >
10
- < InputText $error = { false } placeholder = "Input Suggestion" />
10
+ < InputText $error = { false } placeholder = "Input Suggestion" />
11
11
</ >
12
- )
13
- }
12
+ ) ;
13
+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const InputText = styled.input<{ $error: boolean }>`
9
9
font-size: 1rem; // 16px
10
10
font-family: ${ inter . style } ;
11
11
font-weight: 400;
12
- line-height: 19.2px;
12
+ line-height: 19.2px;
13
13
word-wrap: break-word;
14
14
padding: 0.625rem 1.25rem; // 10px 20px 10px 20px;
15
15
border-radius: 5px;
You can’t perform that action at this time.
0 commit comments