Skip to content

Commit 5ddd31f

Browse files
Auto-update API lists and context files
1 parent 508c0b1 commit 5ddd31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llms_ctx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ def __ft__(self:Todo):
14801480

14811481
return Card(DivLAligned(done,
14821482
style(Strong(self.title, target_id='current-todo')),
1483-
style(P(due_date,cls=TextFont.muted_sm)),
1483+
style(P(due_date,cls=TextPresets.muted_sm)),
14841484
edit,
14851485
delete),
14861486
id=tid(self.id))

0 commit comments

Comments
 (0)