Skip to content

Commit a224697

Browse files
committed
Visual adjustments
1 parent 9d8b1c9 commit a224697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/rich-text-versioning/src/locations/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const Dialog = () => {
205205
</Box>
206206
</GridItem>
207207
</Grid>
208-
<Flex justifyContent="flex-end" marginBottom="spacingM" marginRight="spacingM">
208+
<Flex justifyContent="flex-end" margin="spacingM">
209209
<Button
210210
variant="secondary"
211211
size="small"

apps/rich-text-versioning/src/locations/Field.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const Field = () => {
7474
}
7575

7676
await sdk.dialogs.openCurrentApp({
77-
title: 'Version Comparison',
77+
title: 'Version comparison',
7878
width: currentErrorInfo.hasError ? 'small' : 'fullWidth',
7979
parameters: {
8080
currentField: convertToSerializableJson(value),

0 commit comments

Comments
 (0)