Skip to content

Commit

Permalink
fix: final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sra1kumar-NULL committed Jun 27, 2024
1 parent cd433cd commit 1c3dc42
Showing 1 changed file with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,16 @@ In this property mapper table you can find all the properties of v1 and how they
<Table.TR>
<Table.TD>
<Table.TText>
<InlineCode>{`sx={{_ios: {property: <value>},_android: {property: <value>}}}`}</InlineCode>
<InlineCode>{
`sx={{
_ios: {
property: <value>
},
_android: {
property: <value>
}
}}
`}</InlineCode>
</Table.TText>
</Table.TD>
<Table.TD>
Expand All @@ -888,7 +897,25 @@ In this property mapper table you can find all the properties of v1 and how they
<Table.TR>
<Table.TD>
<Table.TText>
<InlineCode>{`sx={{"@base": {_light: {property:<value>},_dark: { property: <value> }},"@md": {_light: { property: <value> },_dark: { property: <value> }}}`}</InlineCode>
<InlineCode>{
`sx={{
"@base": {
_light: {
property:<value>
},
_dark: {
property: <value>
}
},
"@md": {
_light: {
property: <value>
},
_dark: {
property: <value>
}
}}
`}</InlineCode>
</Table.TText>
</Table.TD>
<Table.TD>
Expand Down

0 comments on commit 1c3dc42

Please sign in to comment.