From 3c7d0b75b77ce2388108bab4f52168881aee5f35 Mon Sep 17 00:00:00 2001 From: dagangtj Date: Wed, 18 Mar 2026 22:27:53 +1100 Subject: [PATCH] fix: correct typo in GamingView.vue style Changed @box-backround to @box-background to fix CSS variable reference. Fixes #28 --- src/views/personal/GamingView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/personal/GamingView.vue b/src/views/personal/GamingView.vue index a227abf..7282519 100644 --- a/src/views/personal/GamingView.vue +++ b/src/views/personal/GamingView.vue @@ -50,7 +50,7 @@ import SectionHeader from '../../components/SectionHeader.vue'; } .game-section { - background: @box-backround; + background: @box-background; padding: 1.5rem; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.1);