From 6e7ac690980ce9fcd0037a826d5ea00ee3d76980 Mon Sep 17 00:00:00 2001 From: Health Kowshik Date: Mon, 9 Feb 2026 21:32:45 +0530 Subject: [PATCH] Update theme toggle button position in CSS from top to bottom --- examples/basic-host/src/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic-host/src/index.module.css b/examples/basic-host/src/index.module.css index ec18e2bf..a0fd80ed 100644 --- a/examples/basic-host/src/index.module.css +++ b/examples/basic-host/src/index.module.css @@ -1,7 +1,7 @@ /* Theme toggle button */ .themeToggle { position: fixed; - top: 1rem; + bottom: 1rem; right: 1rem; width: 2.5rem; height: 2.5rem;