Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Make spacing dialog and dialogHalf public
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Jun 29, 2024
1 parent 9e68e1a commit dabe545
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@ data class Spacing(
val medium: Dp = 16.dp,
val large: Dp = 32.dp
) {
internal val dialog = 24.dp
internal val dialogHalf = 12.dp
/**
* The vertical padding for a dialog.
*/
val dialog = 24.dp
/**
* Half of the vertical padding for a dialog.
* Used for horizontal padding between elements in a dialog (for example in a picker dialog).
*/
val dialogHalf = 12.dp
}

/**
Expand Down

0 comments on commit dabe545

Please sign in to comment.