Tweaked list theming

This commit is contained in:
2023-04-21 17:49:27 -04:00
parent 1c0dee1b95
commit fc4b2eb36d
2 changed files with 3 additions and 1 deletions

View File

@@ -276,6 +276,8 @@ func (Default) Padding (id tomo.Pattern, c tomo.Case) artist.Inset {
case tomo.PatternSunken:
if c.Match("tomo", "progressBar", "") {
return artist.I(2, 1, 1, 2)
} else if c.Match("tomo", "list", "") {
return artist.I(2)
} else {
return artist.I(8)
}