feat(globalState): add message_waiting_bubble_color to enhance message status indication

This commit is contained in:
Ivan
2026-04-13 20:56:06 -05:00
parent 91a0879912
commit 569e77c876

View File

@@ -19,6 +19,7 @@ const globalState = reactive({
message_outbound_bubble_color: "#4f46e5",
message_inbound_bubble_color: null,
message_failed_bubble_color: "#ef4444",
message_waiting_bubble_color: "#e5e7eb",
},
});