Skip to content

Commit

Permalink
Added missing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Maik Mursall committed Mar 29, 2022
1 parent dcc83ba commit bed3a76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import androidx.compose.ui.unit.dp
/**
* Size of padding or margin of an element.
*/
class PaddingMarginConfiguration(
data class PaddingMarginConfiguration(
val start: Dp,
val end: Dp,
val top: Dp,
Expand Down

0 comments on commit bed3a76

Please sign in to comment.