Line break
-
+
⇧
-
+
↵
diff --git a/www/packages/docs-ui/src/components/InlineIcon/index.tsx b/www/packages/docs-ui/src/components/InlineIcon/index.tsx
index 472b429162..ab6347f1d1 100644
--- a/www/packages/docs-ui/src/components/InlineIcon/index.tsx
+++ b/www/packages/docs-ui/src/components/InlineIcon/index.tsx
@@ -11,7 +11,10 @@ export const InlineIcon = ({ Icon, alt, ...props }: InlineIconProps) => {
return (
)
diff --git a/www/packages/docs-ui/src/components/Kbd/index.tsx b/www/packages/docs-ui/src/components/Kbd/index.tsx
index 327f757ca8..bf2d7be960 100644
--- a/www/packages/docs-ui/src/components/Kbd/index.tsx
+++ b/www/packages/docs-ui/src/components/Kbd/index.tsx
@@ -16,7 +16,7 @@ export const Kbd = ({
className={clsx(
"rounded-docs_xs border-solid border border-medusa-border-base",
"inline-flex items-center justify-center",
- "p-0",
+ "px-docs_0.25",
"bg-medusa-bg-field",
"text-medusa-fg-base",
"font-base shadow-none",