Skip to content

Commit c530933

Browse files
committed
chore(tabs): remove testing border
1 parent b275f17 commit c530933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-core/src/components/Tabs/examples/TabsDefault.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const TabsDefault: React.FunctionComponent = () => {
2727
isBox={isBox}
2828
aria-label="Tabs in the default example"
2929
role="region"
30-
style={{ border: '1px solid red' }}
3130
>
3231
<Tab eventKey={0} title={<TabTitleText>Users</TabTitleText>} aria-label="Default content - users">
3332
Users

0 commit comments

Comments
 (0)