Skip to content

Commit

Permalink
refactor: StudyGroupItem
Browse files Browse the repository at this point in the history
PreviewKoLightDark적용(#196)
  • Loading branch information
jay200333 committed Jan 15, 2025
1 parent 87d445c commit be7e0d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.clip
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextOverflow
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import kr.boostcamp_2024.course.designsystem.ui.annotation.PreviewKoLightDark
import kr.boostcamp_2024.course.designsystem.ui.theme.WeQuizTheme
import kr.boostcamp_2024.course.designsystem.ui.theme.component.WeQuizAsyncImage
import kr.boostcamp_2024.course.domain.model.StudyGroup
Expand Down Expand Up @@ -143,7 +143,7 @@ internal fun StudyGroupItem(
}
}

@Preview(showBackground = true, locale = "ko")
@PreviewKoLightDark
@Composable
private fun StudyGroupItemPreview() {
WeQuizTheme {
Expand Down

0 comments on commit be7e0d8

Please sign in to comment.