Skip to content

Commit e7cde7c

Browse files
committed
♻️ Refactor: PhotologCardPreview 접근 제어자 수정
1 parent 50f3f6c commit e7cde7c

File tree

1 file changed

+1
-1
lines changed
  • core/design-system/src/main/java/com/twix/designsystem/components/photolog

1 file changed

+1
-1
lines changed

core/design-system/src/main/java/com/twix/designsystem/components/photolog/PhotologCard.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fun PhotologCard(
5050

5151
@Preview
5252
@Composable
53-
fun PhotologCardPreview() {
53+
private fun PhotologCardPreview() {
5454
TwixTheme {
5555
PhotologCard(
5656
rotation = 0f,

0 commit comments

Comments
 (0)