Skip to content

Commit 9222a70

Browse files
authored
Merge pull request #16685 from Budibase/new-screen-modal-borders
fixes mismatched border radiuses
2 parents 646572f + e639b54 commit 9222a70

File tree

1 file changed

+1
-1
lines changed
  • packages/builder/src/pages/builder/app/[application]/design/_components/NewScreen

1 file changed

+1
-1
lines changed

packages/builder/src/pages/builder/app/[application]/design/_components/NewScreen/index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
}
312312
313313
.selected {
314-
border-radius: 4px;
314+
border-radius: 8px;
315315
outline: 1px solid var(--blue);
316316
}
317317
</style>

0 commit comments

Comments
 (0)