diff --git a/src/components/ApiKeyPage.jsx b/src/components/ApiKeyPage.jsx
index a1484cb..1fcb654 100644
--- a/src/components/ApiKeyPage.jsx
+++ b/src/components/ApiKeyPage.jsx
@@ -163,6 +163,7 @@ function ApiKeyPage({
exclusive
onChange={(e, value) => value && onShellTypeChange(value)}
aria-label="shell type"
+ sx={{ "& .MuiToggleButton-root": { px: 2, py: 0.5 } }}
>
UNIX (Bash)
Windows (PS)
diff --git a/src/components/Header.jsx b/src/components/Header.jsx
index 9b8502c..376a67e 100644
--- a/src/components/Header.jsx
+++ b/src/components/Header.jsx
@@ -25,7 +25,7 @@ function Header({ theme, onThemeChange, currentPage, onPageChange }) {
{/* Brand/Title */}
@@ -236,25 +240,27 @@ function MainPage({
-
+
+
+