From 493891a8e28c9469996a7612ff98a3aba9fc7bf0 Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Sat, 3 May 2025 16:44:05 -0400 Subject: [PATCH] Settings tweaks --- components/Settings.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Settings.tsx b/components/Settings.tsx index 4d80e4b..ce5a83d 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -75,18 +75,18 @@ export default function Settings({ gameData, changeAction }: SettingsProps) { ); const CardStyle = () => ( -
-
Card style:
+
+
Card style:
{cardStyleOptions.map((option, index) => (