1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 19:40:07 +00:00

fix(ui): unify ICON_LIST dot size with ICON_SOLID

Change ICON_LIST from • (small bullet) to ● (filled circle) so both
checkbox indicators and list bullets render at the same balanced size.
This commit is contained in:
Tw93
2026-03-18 15:17:03 +08:00
parent 49c16a3450
commit 112d134829
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ readonly ICON_ERROR="☻"
readonly ICON_WARNING="◎"
readonly ICON_EMPTY="○"
readonly ICON_SOLID="●"
readonly ICON_LIST=""
readonly ICON_LIST=""
readonly ICON_SUBLIST="↳"
readonly ICON_ARROW="➤"
readonly ICON_DRY_RUN="→"