Skip to content

Commit

Permalink
Merge pull request #509 from WestpacGEL/fix/code-examples
Browse files Browse the repository at this point in the history
fixes #508 icon responsive
  • Loading branch information
samithaf authored Dec 8, 2023
2 parents e5d0e71 + f767d92 commit 92fa9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<WalkIcon size="small" /> <WatchIcon size="medium" />
<HeadsetIcon size="large" /> <AndroidIcon size="xlarge" />
<ComponentTitle>Responsive</ComponentTitle>
<AndroidIcon size={{ base: 'small', md: 'medium', lg: 'large', xl: 'xlarge' }} />
<AndroidIcon size={{ initial: 'small', md: 'medium', lg: 'large', xl: 'xlarge' }} />
</Fragment>
```

Expand Down

0 comments on commit 92fa9ab

Please sign in to comment.