Skip to content

Instantly share code, notes, and snippets.

@DmytroShuba
Last active November 11, 2021 06:32
Show Gist options
  • Save DmytroShuba/af90c7fe14a463cbb0a5a284c1d7edd3 to your computer and use it in GitHub Desktop.
Save DmytroShuba/af90c7fe14a463cbb0a5a284c1d7edd3 to your computer and use it in GitHub Desktop.
CreateCustomTheme - AppDimensions
data class AppDimensions(
val paddingSmall: Dp = 4.dp,
val paddingMedium: Dp = 8.dp,
val paddingLarge: Dp = 24.dp
)
internal val LocalDimensions = staticCompositionLocalOf { AppDimensions() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment