Skip to content

Commit

Permalink
[REFACTOR/#73] 리뷰 기반 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Jul 15, 2024
1 parent 76fb345 commit 41238cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.terning.core.designsystem.component.textfield

import androidx.annotation.StringRes
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
Expand All @@ -16,6 +17,7 @@ fun NameTextField(
onValueChange: (String) -> Unit,
hint: String,
drawLineColor: Color,
@StringRes
helperMessage: Int,
helperColor: Color,
helperIcon: Int? = null,
Expand Down

0 comments on commit 41238cb

Please sign in to comment.