Skip to content

Commit 92f7200

Browse files
committed
fix: Add margin to the toggle button
1 parent 8ffa53d commit 92f7200

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/generic/sidebar/Sidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export function Sidebar<T extends SidebarPages>({
137137
alt={intl.formatMessage(messages.toggle)}
138138
onClick={toggle}
139139
variant="primary"
140+
className="mb-2"
140141
/>
141142
<IconButtonToggle
142143
activeValue={activeKey}

0 commit comments

Comments
 (0)