diff --git a/apps/typegpu-docs/src/components/CodeEditor.tsx b/apps/typegpu-docs/src/components/CodeEditor.tsx index fe685e12..dfd10d4e 100644 --- a/apps/typegpu-docs/src/components/CodeEditor.tsx +++ b/apps/typegpu-docs/src/components/CodeEditor.tsx @@ -93,7 +93,7 @@ export function CodeEditor(props: Props) { enabled: false, }, }} - className="py-16 md:py-0 bg-tameplum-50" + className="py-16 md:py-0" /> ); } diff --git a/apps/typegpu-docs/src/components/ControlPanel.tsx b/apps/typegpu-docs/src/components/ControlPanel.tsx index c83e85cb..d41f5c60 100644 --- a/apps/typegpu-docs/src/components/ControlPanel.tsx +++ b/apps/typegpu-docs/src/components/ControlPanel.tsx @@ -184,7 +184,7 @@ export function ControlPanel() {

Example controls

-
+
{exampleControlParams.map((param) => paramToControlRow(param))}
diff --git a/apps/typegpu-docs/src/components/ExampleLayout.tsx b/apps/typegpu-docs/src/components/ExampleLayout.tsx index 97651382..24eae911 100644 --- a/apps/typegpu-docs/src/components/ExampleLayout.tsx +++ b/apps/typegpu-docs/src/components/ExampleLayout.tsx @@ -40,7 +40,7 @@ export function ExampleLayout() { -
+
{menuShown || menuShownMobile ? : null}
diff --git a/apps/typegpu-docs/src/components/ExampleView.tsx b/apps/typegpu-docs/src/components/ExampleView.tsx index 3fa60032..64ed7649 100644 --- a/apps/typegpu-docs/src/components/ExampleView.tsx +++ b/apps/typegpu-docs/src/components/ExampleView.tsx @@ -185,7 +185,7 @@ export function ExampleView({ example, isPlayground = false }: Props) {
{codeEditorShowing ? ( -
+
diff --git a/apps/typegpu-docs/src/components/design/Snackbar.tsx b/apps/typegpu-docs/src/components/design/Snackbar.tsx index 7f284dd1..591d2797 100644 --- a/apps/typegpu-docs/src/components/design/Snackbar.tsx +++ b/apps/typegpu-docs/src/components/design/Snackbar.tsx @@ -3,7 +3,7 @@ export function Snackbar(props: { text: string }) { return (