Skip to content

Commit

Permalink
Merge pull request #615 from hiraike32/fix/showkase_build_error
Browse files Browse the repository at this point in the history
Fix the build error by ShowKase
  • Loading branch information
takahirom authored Aug 17, 2023
2 parents 431dc80 + 02abba1 commit c27309e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ private fun ReadMoreOutlinedButton(

@MultiLanguagePreviews
@Composable
private fun ReadMoreOutlinedButtonPreview() {
fun ReadMoreOutlinedButtonPreview() {
KaigiTheme {
ReadMoreOutlinedButton(onClick = {})
}
Expand Down

0 comments on commit c27309e

Please sign in to comment.