remove rounded corners on dock due to rendering issue

K Simmons created

Change summary

styles/src/styleTree/workspace.ts | 1 -
1 file changed, 1 deletion(-)

Detailed changes

styles/src/styleTree/workspace.ts 🔗

@@ -170,7 +170,6 @@ export default function workspace(theme: Theme) {
         },
       },
       maximized: {
-        cornerRadius: 10,
         margin: 24,
         border: border(theme, "secondary", { "overlay": true }),
         shadow: modalShadow(theme),