Add timestamp editor
This commit is contained in:
@ -149,7 +149,7 @@ func (m *Model) parseRowStyles(rows timewarrior.Intervals) []lipgloss.Style {
|
||||
for i := range rows {
|
||||
// Default style
|
||||
styles[i] = m.common.Styles.Base.Inherit(m.styles.Cell).Margin(m.styles.Cell.GetMargin()).Padding(m.styles.Cell.GetPadding())
|
||||
|
||||
|
||||
// If active, maybe highlight?
|
||||
if rows[i].IsActive() {
|
||||
if c, ok := m.common.Styles.Colors["active"]; ok && c != nil {
|
||||
|
||||
Reference in New Issue
Block a user