Update utils.sh

This commit is contained in:
MacRimi 2025-08-10 21:23:19 +02:00
parent b99f391c2a
commit 21a658f1f4

View File

@ -164,7 +164,7 @@ msg_warn() {
fi
printf "\e[?25h"
local msg="$1"
echo -e "${BFR}${TAB}${NV}${CL} ${YWB}${msg}${CL}"
echo -e "${BFR}${TAB}${CL} ${YWB}${msg}${CL}"
}