From 9af7649897563152959bc4dd4f3f6b8d99ec3667 Mon Sep 17 00:00:00 2001 From: Ben Lubas <56943754+benlubas@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:56:50 -0400 Subject: [PATCH] fix: intuitive default undone icon (#1578) --- lua/neorg/modules/core/concealer/module.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neorg/modules/core/concealer/module.lua b/lua/neorg/modules/core/concealer/module.lua index dff1eef80..7260536d2 100644 --- a/lua/neorg/modules/core/concealer/module.lua +++ b/lua/neorg/modules/core/concealer/module.lua @@ -709,7 +709,7 @@ module.config.public = { render = module.public.icon_renderers.on_left, }, undone = { - icon = "×", + icon = " ", nodes = { "todo_item_undone" }, render = module.public.icon_renderers.on_left, },