shape editing

This commit is contained in:
2026-03-02 22:49:45 -04:00
parent f4da40706c
commit bf7af2b426
18 changed files with 2236 additions and 209 deletions

View File

@@ -271,9 +271,9 @@ const chatStyles = computed(() => JSON.stringify({
},
message: {
background: '#161e35',
backgroundMe: '#00d4aa',
backgroundMe: '#1e2d4f',
color: '#cdd6e8',
colorMe: '#0a0e1a'
colorMe: '#cdd6e8'
}
}))