Skip to content

Commit

Permalink
[Chore] LINE-NOW#8 - core 내 typo 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shimseohyun committed Mar 11, 2025
1 parent d7ef468 commit ebbd2f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/core/src/components/inputText/InputPassword.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// InputPassword.tsx
import { useState } from "react";

import InputText, { InputTextProps } from "./InputText";
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/select/Select.styled.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from "@emotion/styled";
import { fonts } from "@linenow/core/styles";
import { fonts } from "../../styles";

export const SelectWrapper = styled.select`
-webkit-appearance: none; /* 크롬 화살표 없애기 */
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/select/Select.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import IconLabel from "../IconLabel/IconLabel";
import * as S from "./Select.styled";

// components
import { IconLabel } from "@linenow/core/components";

export interface OptionProps
extends React.OptionHTMLAttributes<HTMLOptionElement> {
Expand Down

0 comments on commit ebbd2f1

Please sign in to comment.