refactor(editor): Update CSS primitives structure and naming (no-changelog) (#17731)

This commit is contained in:
Giulio Andreini
2025-08-08 11:11:49 +02:00
committed by GitHub
parent c7108f4a06
commit 1f209da6c9
10 changed files with 446 additions and 803 deletions

View File

@@ -315,7 +315,7 @@ onMounted(async () => {
text-align: center;
canvas {
border: 4px solid var(--prim-gray-10);
border: 4px solid var(--color-qr-code-border);
}
}