Upgrade golangci-lint
ci / lint-test (pull_request) Successful in 6m0s
ci / build (pull_request) Successful in 6m19s

This commit is contained in:
Joe Julian
2026-04-26 16:48:10 -07:00
parent ff81ae633c
commit de19f84305
9 changed files with 415 additions and 369 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ func settingsSummaryCard(gtx layout.Context, th *material.Theme, title, body str
layout.Rigid(layout.Spacer{Height: unit.Dp(2)}.Layout),
layout.Rigid(func(gtx layout.Context) layout.Dimensions {
lbl := material.Label(th, unit.Sp(13), body)
lbl.Color = th.Palette.Fg
lbl.Color = th.Fg
return lbl.Layout(gtx)
}),
)