diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-22 14:36:21 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-22 14:36:21 +0300 |
| commit | 81a4d4f67e02c14bfa51c71feac2ceb9625e0c8d (patch) | |
| tree | e661c1d5d2b9ee881602d84b9b6b8ac605c3bc38 /internal/ui/table.go | |
| parent | 58476df487c4d8f56410b112cc551ae663c88d19 (diff) | |
Fix due formatting consistency (oq0)
Diffstat (limited to 'internal/ui/table.go')
| -rw-r--r-- | internal/ui/table.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ui/table.go b/internal/ui/table.go index 2772e2b..faff45b 100644 --- a/internal/ui/table.go +++ b/internal/ui/table.go @@ -1031,7 +1031,7 @@ func (m Model) formatDue(s string, width int) string { } days := daysUntil(ts) - val := formatDueText(s) + val := formatDueTextFromDays(days) style := lipgloss.NewStyle().Width(width) if days < 0 { style = style.Background(lipgloss.Color(m.theme.OverdueBG)) |
