forked from Shinonome/dots-hyprland
todo list: empty: subtext color
This commit is contained in:
@@ -105,7 +105,7 @@ const todoItems = (isDone) => Widget.Scrollable({
|
|||||||
hexpand: true,
|
hexpand: true,
|
||||||
vertical: true,
|
vertical: true,
|
||||||
vpack: 'center',
|
vpack: 'center',
|
||||||
className: 'txt',
|
className: 'txt txt-subtext',
|
||||||
children: [
|
children: [
|
||||||
MaterialIcon(`${isDone ? 'checklist' : 'check_circle'}`, 'gigantic'),
|
MaterialIcon(`${isDone ? 'checklist' : 'check_circle'}`, 'gigantic'),
|
||||||
Label({ label: `${isDone ? 'Finished tasks will go here' : 'Nothing here!'}` })
|
Label({ label: `${isDone ? 'Finished tasks will go here' : 'Nothing here!'}` })
|
||||||
|
|||||||
Reference in New Issue
Block a user