Skip to content

Commit

Permalink
♻️ Input props 순서 조정
Browse files Browse the repository at this point in the history
Co-authored-by: YUNAH <[email protected]>
  • Loading branch information
dle234 and anttiey authored Nov 13, 2024
1 parent 80b021f commit 04828fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/_common/InputGroup/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { theme } from '@/styles/theme';
import * as S from './Input.styles';

interface InputProps extends InputHTMLAttributes<HTMLInputElement> {
status?: InputStatus;
$css?: ReturnType<typeof css>;
status?: InputStatus;
width?: string;
height?: string;
borderRadius?: string;
Expand Down

0 comments on commit 04828fe

Please sign in to comment.