Skip to content

Commit

Permalink
Change VerticalGrid visibility to internal to design system module
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Sep 14, 2023
1 parent fb34c8c commit a088246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import androidx.compose.ui.Modifier
import org.hisp.dhis.mobile.ui.designsystem.theme.Spacing

@Composable
fun VerticalGrid(
internal fun VerticalGrid(
columns: Int,
itemCount: Int,
modifier: Modifier = Modifier,
Expand Down

0 comments on commit a088246

Please sign in to comment.