From c68155ef7cc408796fd36a399fc5d095388ee1c2 Mon Sep 17 00:00:00 2001 From: ocupe Date: Mon, 6 Nov 2023 17:09:30 +0100 Subject: [PATCH] small style fix --- examples/nextjs/pages/customize.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nextjs/pages/customize.tsx b/examples/nextjs/pages/customize.tsx index 912adcaf6..961cfa596 100644 --- a/examples/nextjs/pages/customize.tsx +++ b/examples/nextjs/pages/customize.tsx @@ -86,8 +86,8 @@ export function Stage() { {isTrackReference(track) ? :

Camera placeholder

}
- - + +
{/* Overwrite styles: By passing class names, we can easily overwrite/extend the existing styles. */} {/* In addition, we can still specify a style attribute and further customize the styles. */}