We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498bf5c commit 08b3ec3Copy full SHA for 08b3ec3
packages/react-core/src/components/Toolbar/ToolbarItem.tsx
@@ -216,6 +216,7 @@ export const ToolbarItem: React.FunctionComponent<ToolbarItemProps> = ({
216
<Divider
217
className={css(className)}
218
orientation={{ default: 'vertical' }}
219
+ style={style}
220
{...props}
221
{...(isDividerRoleValid && { role: role as 'separator' | 'presentation' })}
222
/>
0 commit comments