We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8b1c9 commit a224697Copy full SHA for a224697
apps/rich-text-versioning/src/locations/Dialog.tsx
@@ -205,7 +205,7 @@ const Dialog = () => {
205
</Box>
206
</GridItem>
207
</Grid>
208
- <Flex justifyContent="flex-end" marginBottom="spacingM" marginRight="spacingM">
+ <Flex justifyContent="flex-end" margin="spacingM">
209
<Button
210
variant="secondary"
211
size="small"
apps/rich-text-versioning/src/locations/Field.tsx
@@ -74,7 +74,7 @@ const Field = () => {
74
}
75
76
await sdk.dialogs.openCurrentApp({
77
- title: 'Version Comparison',
+ title: 'Version comparison',
78
width: currentErrorInfo.hasError ? 'small' : 'fullWidth',
79
parameters: {
80
currentField: convertToSerializableJson(value),
0 commit comments