fix(ui): drawer component missing closing bracket in style calc (#10411)

This commit is contained in:
Paul
2025-01-07 10:25:32 -06:00
committed by GitHub
parent b774f557be
commit ab53ababc8

View File

@@ -98,7 +98,7 @@ export const Drawer: React.FC<Props> = ({
<div
className={`${baseClass}__content`}
style={{
width: `calc(100% - (${drawerDepth} * var(--gutter-h))`,
width: `calc(100% - (${drawerDepth} * var(--gutter-h)))`,
}}
>
<div className={`${baseClass}__blur-bg-content`} />