Skip to content

Commit 3be2130

Browse files
committed
Merge branch 'main' into next
2 parents aa33f93 + 2b33c93 commit 3be2130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styleguide/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Layout = ({ content, pageContent, path }: StyleguidePlaygroundProps) => {
2222
}
2323

2424
return (
25-
<div className="sg-relative sg-min-h-screen">
25+
<div className="styleguide sg-relative sg-min-h-screen">
2626
<header className="sg-fixed sg-top-0 sg-left-0 sg-right-0 sg-z-40 sg-h-12 sg-bg-white sg-font-sans sg-shadow-xl md:sg-hidden">
2727
<button
2828
className="sg-absolute sg-top-2 sg-right-4 sg-z-50 sg-rounded sg-bg-white sg-p-1.5 sg-text-neutral-800 hover:sg-opacity-60 md:sg-hidden"

0 commit comments

Comments
 (0)