Skip to content

Commit 4dd538a

Browse files
committed
yarn format
1 parent c55a50e commit 4dd538a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

  • packages/react/src/modules/guide/components/Toolbar/V2

packages/react/src/modules/guide/components/Toolbar/V2/V2.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,7 @@ export const V2 = () => {
5252
}
5353

5454
return (
55-
<Box
56-
position="fixed"
57-
top="4"
58-
right="4"
59-
style={{
60-
zIndex: TOOLBAR_Z_INDEX,
61-
}}
62-
>
55+
<Box position="fixed" top="4" right="4" style={{ zIndex: TOOLBAR_Z_INDEX }}>
6356
{isCollapsed ? (
6457
<KnockButton onClick={() => setIsCollapsed(false)} />
6558
) : (

0 commit comments

Comments
 (0)