We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebc863 commit 9ee5ac3Copy full SHA for 9ee5ac3
1 file changed
apps/web/src/components/ui/sidebar.tsx
@@ -239,7 +239,8 @@ function Sidebar({
239
const chromeVars = React.useMemo(() => resolveSidebarChromeVars(style), [style]);
240
const isInsetVariant = variant === "floating" || variant === "inset";
241
const floatingSurfaceStyle = React.useMemo(
242
- () => (variant === "floating" ? getSidebarSurfaceStyle({ shadow: true }) : getSidebarSurfaceStyle()),
+ () =>
243
+ variant === "floating" ? getSidebarSurfaceStyle({ shadow: true }) : getSidebarSurfaceStyle(),
244
[variant],
245
);
246
0 commit comments