mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 16:45: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:
@@ -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="→"
|
||||
|
||||
Reference in New Issue
Block a user