Skip to content

Commit 08b3ec3

Browse files
committed
fix(ToolbarItem): add style prop to Divider component for customization
1 parent 498bf5c commit 08b3ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-core/src/components/Toolbar/ToolbarItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ export const ToolbarItem: React.FunctionComponent<ToolbarItemProps> = ({
216216
<Divider
217217
className={css(className)}
218218
orientation={{ default: 'vertical' }}
219+
style={style}
219220
{...props}
220221
{...(isDividerRoleValid && { role: role as 'separator' | 'presentation' })}
221222
/>

0 commit comments

Comments
 (0)