fix(ui): drawer component missing closing bracket in style calc (#10411)
This commit is contained in:
@@ -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`} />
|
||||
|
||||
Reference in New Issue
Block a user