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 1343258
Showing 1 changed file with 27 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ In this property mapper table you can find all the properties of v1 and how they


### Property Combinations :

<>
<TableContainer>
<Table>
Expand Down Expand Up @@ -878,7 +879,14 @@ 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 +896,24 @@ 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 1343258

Please sign in to comment.