Skip to content
Merged
Show file tree
Hide file tree
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 docs/design-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ The above Box will be translated to

With NativeBase, you can create your own design system. NativeBase follows [styled-system's specification](https://styled-system.com/theme-specification/) to construct design system.

Checkout the **[default NativeBase theme](default-theme)** and how to customize it **[here](customizingTheme)**.
Checkout the **[default NativeBase theme](default-theme)** and how to customize it **[here](customizingTheme.md)**.
2 changes: 1 addition & 1 deletion docs/loginsignupforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function App() {
_text={{ fontSize: 'xs', fontWeight: '500', color: 'indigo.500' }}
alignSelf="flex-end"
mt="1">
Forget Password?
Forgot Password?
</Link>
</FormControl>
<Button mt="2" colorScheme="indigo" _text={{ color: 'white' }}>
Expand Down
2 changes: 1 addition & 1 deletion docs/utility-first.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export function UtilityFirstExample() {

</div>

The above example demonstrates the usage of [utility props](utility-props) alongwith [VStack](vstack), [HStack](hstack) components. This approach allows us to style components without using StyleSheet API.
The above example demonstrates the usage of [utility props](utility-props) alongwith [VStack](v-stack), [HStack](h-stack) components. This approach allows us to style components without using StyleSheet API.

Apart from productivity boost and saving time there are other benefits by styling components using utility props.
No need to name styles anymore, no need to define an object and think about naming them.
Expand Down