Fix UDA colors
This commit is contained in:
@ -15,6 +15,7 @@ type Common struct {
|
||||
TW taskwarrior.TaskWarrior
|
||||
Keymap *Keymap
|
||||
Styles *Styles
|
||||
Udas []string
|
||||
|
||||
pageStack *Stack[Component]
|
||||
width int
|
||||
@ -27,6 +28,7 @@ func NewCommon(ctx context.Context, tw taskwarrior.TaskWarrior) *Common {
|
||||
TW: tw,
|
||||
Keymap: NewKeymap(),
|
||||
Styles: NewStyles(tw.GetConfig()),
|
||||
Udas: tw.GetUdas(),
|
||||
|
||||
pageStack: NewStack[Component](),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user