Skip to content

Commit dc0421e

Browse files
committed
chore/#40: PositionDropdownPreview 네이밍 변경
1 parent 5c9b843 commit dc0421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/signup/src/main/java/com/yapp/feature/signup/signup/component/PositionDropdown.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fun PositionDropdown(
137137

138138
@Preview(showBackground = true)
139139
@Composable
140-
fun PreviewYappBasicInputTextWithDropdown() {
140+
private fun PositionDropdownPreview() {
141141
YappTheme {
142142
var selectedValue by remember { mutableStateOf<String?>(null) }
143143

0 commit comments

Comments
 (0)