Skip to content

Commit

Permalink
chore: update example app
Browse files Browse the repository at this point in the history
  • Loading branch information
miyasan31 committed Aug 19, 2023
1 parent 9ec6df0 commit d055757
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions example/src/components/screens/Components/views/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { ThemingIcon } from '$components/shared/ThemingIcon';
import {
Button,
createAreniteStyle,
Expand Down Expand Up @@ -26,8 +27,13 @@ export const ButtonExample = () => {
Button
</Text>

<Button bg="primary" color="white" onPress={onToggleTheme}>
Default
<Button
bg="primary"
color="white"
onPress={onToggleTheme}
left={<ThemingIcon name={'logo-github'} size={24} icon={'white'} />}
>
Default Button Style
</Button>

<Text style={style.subtitle} color="color1">
Expand Down

0 comments on commit d055757

Please sign in to comment.