mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-25 13:12:10 +00:00
feat(globalState): add message_waiting_bubble_color to enhance message status indication
This commit is contained in:
@@ -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",
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user