Privatize Scaffold preview.
This commit is contained in:
parent
9b2ccd43c8
commit
6f9d3f02f1
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ object Scaffolds {
|
|||
|
||||
@Preview
|
||||
@Composable
|
||||
fun SettingsScaffoldPreview() {
|
||||
private fun SettingsScaffoldPreview() {
|
||||
SignalTheme(isDarkMode = false) {
|
||||
Scaffolds.Settings(
|
||||
"Settings Scaffold",
|
||||
|
|
Loading…
Add table
Reference in a new issue