fix(css): change checkbox content from \e803 to \e804 for proper checkmark display

This commit is contained in:
2025-11-17 11:26:59 -03:00
parent 9c8310f473
commit 045baf1529

View File

@@ -137,7 +137,7 @@ input::-webkit-datetime-edit-year-field:focus {
bottom: 0;
font-size: 13px;
font-family: $font_icon;
content: '\e803';
content: '\e804';
}
}