Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/en-us/components/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The Tabs contain an additional Hooks, see subsection [useTabs](/en-us/hooks/use-
title="Hide Border"
scope={{ Tabs, Text }}
code={`
<Tabs initialValue="html" hideDivider hideBorder leftSpace={0}>
<Tabs initialValue="html" hideDivider hideBorder leftSpace="6px">
<Tabs.Item label="HTML" value="html">
<Text mt={0}>HTML is the language that we use to structure the different parts of our content and define what their meaning or purpose is.</Text>
</Tabs.Item>
Expand Down