Remove border around client app preview

This commit is contained in:
Andrew Kingston 2022-05-10 13:34:10 +01:00
parent 5b297aa6b6
commit a8e4dca331
1 changed files with 2 additions and 2 deletions

View File

@ -296,8 +296,8 @@
}
.preview #app-root {
border: 1px solid var(--spectrum-global-color-gray-300);
border-radius: 2px;
/*border: 1px solid var(--spectrum-global-color-gray-300);*/
border-radius: 4px;
}
/* Print styles */