From 6e1048a70a1585410168a750aee0dc099864fa46 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 18 Mar 2026 15:23:54 +0800 Subject: [PATCH] Revert "fix(ui): unify ICON_LIST dot size with ICON_SOLID" This reverts commit 112d1348292ec28fd64cd038808b11209b9bd521. --- lib/core/base.sh | 2 +- scripts/check.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/base.sh b/lib/core/base.sh index af0009e..5479fa3 100644 --- a/lib/core/base.sh +++ b/lib/core/base.sh @@ -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="→" diff --git a/scripts/check.sh b/scripts/check.sh index 8debbec..20e3dff 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -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"