feat(theme): merge edge and connection color
All checks were successful
🚀 Lint & Test & Deploy / release (pull_request) Successful in 3m35s

This commit is contained in:
release-bot
2026-02-09 01:35:41 +01:00
parent 07e2826f16
commit 715e1d095b
6 changed files with 9 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ const variables = [
'outline',
'active',
'selected',
'edge'
'connection'
] as const;
function getColor(variable: (typeof variables)[number]) {