Skip to content

Commit

Permalink
update top margin on restore page
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed May 7, 2024
1 parent ad44f8e commit fb25bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cryptomaterial/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func UniformPaddingWithTopInset(topInset unit.Dp, gtx layout.Context, body layou
}

func UniformPadding(gtx layout.Context, body layout.Widget, isMobileView ...bool) D {
return UniformPaddingWithTopInset(values.MarginPadding0, gtx, body, isMobileView...)
return UniformPaddingWithTopInset(values.MarginPadding5, gtx, body, isMobileView...)
}

func DisableLayout(currentPage app.Page, gtx C, titleLayout, subtitleLayout func(gtx C) D, transparency uint8, color color.NRGBA, actionButton *Button) D {
Expand Down

0 comments on commit fb25bdf

Please sign in to comment.