From 045baf152923fb79365b5b8137e217689bf8f8c3 Mon Sep 17 00:00:00 2001 From: kuu7o Date: Mon, 17 Nov 2025 11:26:59 -0300 Subject: [PATCH] fix(css): change checkbox content from \e803 to \e804 for proper checkmark display --- src/sass/inputs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/inputs.scss b/src/sass/inputs.scss index 88fafd6..6aba47b 100644 --- a/src/sass/inputs.scss +++ b/src/sass/inputs.scss @@ -137,7 +137,7 @@ input::-webkit-datetime-edit-year-field:focus { bottom: 0; font-size: 13px; font-family: $font_icon; - content: '\e803'; + content: '\e804'; } }