Skip to content

Commit

Permalink
Sort dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Sep 27, 2023
1 parent 0212b7a commit 110bbdc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ data class Dimensions(
val connectButtonHeight: Dp = 50.dp,
val countryRowPadding: Dp = 18.dp,
val customPortBoxMinWidth: Dp = 80.dp,
val dialogIconSize: Dp = 48.dp,
val expandableCellChevronSize: Dp = 30.dp,
val indentedCellStartPadding: Dp = 38.dp,
val infoButtonVerticalPadding: Dp = 13.dp,
val largePadding: Dp = 32.dp,
val listIconSize: Dp = 24.dp,
val listItemDivider: Dp = 1.dp,
val listItemHeight: Dp = 50.dp,
Expand All @@ -31,11 +33,9 @@ data class Dimensions(
val loadingSpinnerSizeMedium: Dp = 28.dp,
val loadingSpinnerStrokeWidth: Dp = 6.dp,
val loginIconContainerSize: Dp = 60.dp,
val smallPadding: Dp = 8.dp,
val mediumPadding: Dp = 16.dp,
val largePadding: Dp = 32.dp,
val notificationBannerStartPadding: Dp = 16.dp,
val notificationBannerEndPadding: Dp = 12.dp,
val notificationBannerStartPadding: Dp = 16.dp,
val notificationEndIconPadding: Dp = 4.dp,
val notificationStatusIconSize: Dp = 10.dp,
val progressIndicatorSize: Dp = 48.dp,
Expand All @@ -49,11 +49,11 @@ data class Dimensions(
val selectLocationTitlePadding: Dp = 12.dp,
val selectableCellTextMargin: Dp = 12.dp,
val sideMargin: Dp = 22.dp,
val smallPadding: Dp = 8.dp,
val titleIconSize: Dp = 24.dp,
val topBarHeight: Dp = 64.dp,
val verticalSpace: Dp = 20.dp,
val verticalSpacer: Dp = 1.dp,
val dialogIconSize: Dp = 48.dp
)

val defaultDimensions = Dimensions()
Expand Down

0 comments on commit 110bbdc

Please sign in to comment.