Skip to content

Commit

Permalink
fix(93): fixing tabs style
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Sep 12, 2023
1 parent eac46ff commit c46ee50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ObjectFieldTemplate = <
const filteredProps = properties.filter((p) => e.properties.includes(p.name))
if (!filteredProps.length) return null
return (
<Tab fontSize="md" fontWeight={'semibold'} key={e.id}>
<Tab fontSize="md" key={e.id}>
{e.title}
</Tab>
)
Expand Down

0 comments on commit c46ee50

Please sign in to comment.