Awesome labels

This commit is contained in:
2023-02-11 01:27:28 -05:00
parent f9032a9a95
commit a74f9809af
4 changed files with 39 additions and 26 deletions

View File

@@ -95,7 +95,11 @@ func (Default) Pattern (
}
}
case PatternPinboard:
return texturedSunkenPattern
if state.Focused {
return focusedTexturedSunkenPattern
} else {
return texturedSunkenPattern
}
case PatternButton:
if state.Disabled {
return disabledButtonPattern