Working some things out
This commit is contained in:
@@ -82,6 +82,8 @@ func (w *Button) Draw(screen tcell.Screen) {
|
||||
dStyle := w.style
|
||||
if w.active {
|
||||
dStyle = w.style.Bold(true)
|
||||
} else {
|
||||
dStyle = w.style.Dim(true)
|
||||
}
|
||||
switch w.h {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user