Skip to content

Commit

Permalink
Update header coin control page
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Dec 22, 2023
1 parent 449dea7 commit 21fc3fd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ui/page/send/manual_coin_selection.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,18 +402,17 @@ func (pg *ManualCoinSelectionPage) topSection(gtx C) D {
Width: cryptomaterial.WrapContent,
Height: cryptomaterial.WrapContent,
Orientation: layout.Horizontal,
Alignment: layout.Start,
Alignment: layout.Middle,
Clickable: pg.fromCoinSelection,
}.Layout(gtx,
layout.Rigid(func(gtx C) D {
return layout.Inset{
Top: values.MarginPadding8,
Right: values.MarginPadding6,
}.Layout(gtx, func(gtx C) D {
return pg.Theme.Icons.ChevronLeft.LayoutSize(gtx, values.MarginPadding8)
return pg.Theme.Icons.ChevronLeft.Layout24dp(gtx)
})
}),
layout.Rigid(func(gtx layout.Context) layout.Dimensions {
layout.Rigid(func(gtx C) D {
lbl := pg.Theme.H6(values.String(values.StrCoinSelection))
lbl.TextSize = values.TextSizeTransform(pg.IsMobileView(), values.TextSize20)
return lbl.Layout(gtx)
Expand Down

0 comments on commit 21fc3fd

Please sign in to comment.