Skip to content

Commit

Permalink
[DEL/#25] 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 9, 2024
1 parent f580d96 commit df72511
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ fun SearchTextField(
hint: String,
leftIcon: Int,
) {
// TerningBasicTextField(
// value = text,
// onValueChange = onValueChange,
// textStyle = TerningTheme.typography.button3,
// textColor = Grey400,
// cursorBrush = SolidColor(Grey300),
// drawLineColor = Grey300,
// strokeWidth = 2f,
// hint = hint,
// hintColor = Grey300,
// leftIcon = leftIcon,
// leftIconColor = Grey400,
// )
TerningBasicTextField(
value = text,
onValueChange = onValueChange,
textStyle = TerningTheme.typography.button3,
textColor = Grey400,
cursorBrush = SolidColor(Grey300),
drawLineColor = Grey300,
strokeWidth = 2f,
hint = hint,
hintColor = Grey300,
leftIcon = leftIcon,
leftIconColor = Grey400,
)
}

0 comments on commit df72511

Please sign in to comment.