Skip to content

Commit

Permalink
CI preview test
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Aug 17, 2023
1 parent 2648382 commit 33e1a25
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import androidx.compose.ui.platform.testTag
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import io.github.droidkaigi.confsched2023.about.AboutStrings
import io.github.droidkaigi.confsched2023.designsystem.preview.MultiLanguagePreviews
import io.github.droidkaigi.confsched2023.designsystem.preview.MultiThemePreviews
import io.github.droidkaigi.confsched2023.designsystem.theme.KaigiTheme

@Composable
Expand Down Expand Up @@ -72,8 +74,9 @@ fun AboutContentColumn(
}
}

@Preview(locale = "en", uiMode = Configuration.UI_MODE_NIGHT_NO)
@Preview(locale = "ja", uiMode = Configuration.UI_MODE_NIGHT_NO)
@MultiThemePreviews
@MultiLanguagePreviews
@Preview
@Composable
fun AboutContentColumnPreview() {
KaigiTheme {
Expand Down

0 comments on commit 33e1a25

Please sign in to comment.