From abaff34ca765f36580b756a9edec1d6924945a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zieli=C5=84ski?= Date: Sat, 18 Nov 2023 13:01:56 +0100 Subject: [PATCH] Fix CSS on the "Sync local files" button --- .../playground-configuration-group/sync-local-files-button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/playground/website/src/components/playground-configuration-group/sync-local-files-button.tsx b/packages/playground/website/src/components/playground-configuration-group/sync-local-files-button.tsx index 63fdfe8c80..6d6315a2f0 100644 --- a/packages/playground/website/src/components/playground-configuration-group/sync-local-files-button.tsx +++ b/packages/playground/website/src/components/playground-configuration-group/sync-local-files-button.tsx @@ -7,6 +7,7 @@ export function SyncLocalFilesButton() { const [isSyncing, setIsSyncing] = useState(false); return (