Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Oct 1, 2024
1 parent 7f2f601 commit a893e06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object DydxVaultDepositWithdrawView : DydxComponent {
.themeColor(ThemeColor.SemanticColor.layer_3),
) {
Row(
modifier
Modifier
.fillMaxWidth()
.padding(vertical = ThemeShapes.VerticalPadding),
verticalAlignment = Alignment.CenterVertically,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object DydxVaultDepositView : DydxComponent {
.fillMaxSize(),
) {
LazyColumn(
modifier = modifier
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = ThemeShapes.HorizontalPadding)
.padding(vertical = 16.dp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object DydxVaultWithdrawView : DydxComponent {
.fillMaxSize(),
) {
LazyColumn(
modifier = modifier
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = ThemeShapes.HorizontalPadding)
.padding(vertical = 16.dp)
Expand Down

0 comments on commit a893e06

Please sign in to comment.