From fbb5b5575ce0d9d45f50b5e786e1a5ac36675aa7 Mon Sep 17 00:00:00 2001 From: Danny Morabito Date: Fri, 11 Apr 2025 22:51:01 +0200 Subject: [PATCH] fix typo --- src/routes/Arbor/Home.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Arbor/Home.ts b/src/routes/Arbor/Home.ts index 6fc93ca..e25516f 100644 --- a/src/routes/Arbor/Home.ts +++ b/src/routes/Arbor/Home.ts @@ -44,7 +44,7 @@ export class ArborForum extends LitElement { } arx-button { - margin-bottom: calc(var(--spacing-sm) / 2); + margin-bottom: calc(var(--space-sm) / 2); } `;