From 1da4f3244f63d9299d98ad35f8695fe09cb5f392 Mon Sep 17 00:00:00 2001 From: Iwo Plaza Date: Mon, 16 Sep 2024 17:11:42 +0200 Subject: [PATCH] Added a background to the mobile code editor. --- apps/typegpu-docs/src/components/ExampleLayout.tsx | 4 ++-- apps/typegpu-docs/src/components/ExampleView.tsx | 2 +- apps/typegpu-docs/tailwind.config.mjs | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/typegpu-docs/src/components/ExampleLayout.tsx b/apps/typegpu-docs/src/components/ExampleLayout.tsx index 24eae911..52648ec1 100644 --- a/apps/typegpu-docs/src/components/ExampleLayout.tsx +++ b/apps/typegpu-docs/src/components/ExampleLayout.tsx @@ -23,7 +23,7 @@ export function ExampleLayout() {
{menuShownMobile ? null : (
{codeEditorShowing ? ( -
+
diff --git a/apps/typegpu-docs/tailwind.config.mjs b/apps/typegpu-docs/tailwind.config.mjs index d991f406..8777de5c 100644 --- a/apps/typegpu-docs/tailwind.config.mjs +++ b/apps/typegpu-docs/tailwind.config.mjs @@ -10,7 +10,9 @@ export default { }, colors: { tameplum: { + 20: '#F6F6FF', 50: '#EFEFF9', + 100: '#E2E2F0', 600: '#757387', 800: '#515061', },