We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b275f17 commit c530933Copy full SHA for c530933
packages/react-core/src/components/Tabs/examples/TabsDefault.tsx
@@ -27,7 +27,6 @@ export const TabsDefault: React.FunctionComponent = () => {
27
isBox={isBox}
28
aria-label="Tabs in the default example"
29
role="region"
30
- style={{ border: '1px solid red' }}
31
>
32
<Tab eventKey={0} title={<TabTitleText>Users</TabTitleText>} aria-label="Default content - users">
33
Users
0 commit comments