Skip to content

Commit 7bc95a7

Browse files
committed
fix: remove font weight
1 parent 964ecd5 commit 7bc95a7

File tree

1 file changed

+1
-1
lines changed
  • example/storybook/stories/components/basic/View

1 file changed

+1
-1
lines changed

example/storybook/stories/components/basic/View/Basic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Example = () => {
77
A component library for the{' '}
88
<Heading color="emerald.400">React Ecosystem</Heading>
99
</Heading>
10-
<Text pt="3" fontWeight="md">
10+
<Text pt="3">
1111
NativeBase is a simple, modular and accessible component library that
1212
gives you building blocks to build you React applications.
1313
</Text>

0 commit comments

Comments
 (0)