mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 18:30:08 +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="→"
|
||||
|
||||
@@ -53,7 +53,7 @@ NC='\033[0m'
|
||||
readonly ICON_SUCCESS="✓"
|
||||
readonly ICON_ERROR="☻"
|
||||
readonly ICON_WARNING="●"
|
||||
readonly ICON_LIST="•"
|
||||
readonly ICON_LIST="●"
|
||||
|
||||
echo -e "${BLUE}=== Mole Check, ${MODE} ===${NC}\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user