todo list: empty: subtext color

This commit is contained in:
end-4
2024-05-25 22:01:55 +07:00
parent f9b2d759b3
commit e46dc5e1a4
+1 -1
View File
@@ -105,7 +105,7 @@ const todoItems = (isDone) => Widget.Scrollable({
hexpand: true,
vertical: true,
vpack: 'center',
className: 'txt',
className: 'txt txt-subtext',
children: [
MaterialIcon(`${isDone ? 'checklist' : 'check_circle'}`, 'gigantic'),
Label({ label: `${isDone ? 'Finished tasks will go here' : 'Nothing here!'}` })