Skip to content

Commit

Permalink
[minor changes] Adds padding to visual ui sidebar tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecmart committed Jul 11, 2024
1 parent 14fa942 commit c15dd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/visualui/src/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ export const Sidebar = ({
borderBottomWidth="$0.25"
borderRadius={0}
>
<Tabs.Tab unstyled value="atoms" onInteraction={handleOnInteraction}>
<Tabs.Tab unstyled value="atoms" onInteraction={handleOnInteraction} padding="$3">
<Text fontWeight={"300"} color={textColor} style={{ fontSize: "14px" }}>Atoms</Text>
</Tabs.Tab>
<Tabs.Tab unstyled value="molecules" onInteraction={handleOnInteraction}>
<Tabs.Tab unstyled value="molecules" onInteraction={handleOnInteraction} padding="$3">
<Text fontWeight={"300"} color={textColor} style={{ fontSize: "14px" }}>Molecules</Text>
</Tabs.Tab>
</Tabs.List>
Expand Down

0 comments on commit c15dd5e

Please sign in to comment.