From f9d157028d848d26dc7faeadf0a32bd240266ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Feb 2021 15:13:41 +0100 Subject: Change clear-input icon. --- module/calp/html/vcomponent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm index cd8c207e..9764f513 100644 --- a/module/calp/html/vcomponent.scm +++ b/module/calp/html/vcomponent.scm @@ -509,7 +509,7 @@ (else (error "Unknown field, " key)))) ;; TODO enable this button - (td (button (@ (class "clear-input") (title "Rensa input")) "X")) + (td (button (@ (class "clear-input") (title "Rensa input")) "🗙")) )) '(freq until count interval bysecond byminute byhour byday bymonthday byyearday byweekno bymonth bysetpos -- cgit v1.2.3