Skip to content

Commit f916eb1

Browse files
committed
CopyStop: Make form button row better match Figma design
1 parent b0289f9 commit f916eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/stop-registry/stops/stop-details/stop-version/StopVersionForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const StopVersionForm: FC<StopVersionFormProps> = ({
7676
/>
7777
)}
7878

79-
<Row className="justify-end space-x-4">
79+
<Row className="-mx-12 !-mb-8 justify-end space-x-4 border border-light-grey bg-background px-12 py-2">
8080
<SimpleButton inverted onClick={onCancel} testId={testIds.cancelButton}>
8181
{t('cancel')}
8282
</SimpleButton>

0 commit comments

Comments
 (0)