Skip to content

Commit

Permalink
Merge pull request #1761 from johnforte/main
Browse files Browse the repository at this point in the history
fix: issue with missing -bg with platform specific doc
  • Loading branch information
Viraj-10 authored Feb 12, 2024
2 parents c15698c + fdf9d55 commit 7d44003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ We can provide platform specific styles in the `sx` prop of the component. The `
<Button
$ios-bg="$red500"
$web-bg="$green500"
$android="$yellow500"
$android-bg="$yellow500"
>
<ButtonText>Button</ButtonText>
</Button>
Expand Down

0 comments on commit 7d44003

Please sign in to comment.