Skip to content

Commit

Permalink
refactor: CreateStudyTopAppBar Preview ์ˆ˜์ •(#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheonilyeong committed Jan 16, 2025
1 parent d62bd30 commit 5a290bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.tooling.preview.Preview
import kr.boostcamp_2024.course.designsystem.ui.annotation.PreviewKoLightDark
import kr.boostcamp_2024.course.designsystem.ui.theme.WeQuizTheme
import kr.boostcamp_2024.course.study.R

Expand Down Expand Up @@ -42,7 +42,7 @@ internal fun CreateStudyTopAppBar(
}

@OptIn(ExperimentalMaterial3Api::class)
@Preview(showBackground = true, locale = "ko")
@PreviewKoLightDark
@Composable
private fun CreateStudyTopAppBarPreview() {
WeQuizTheme {
Expand Down

0 comments on commit 5a290bb

Please sign in to comment.