Remove box-shadow on Switch

Change-Id: I19dac5e3b6731adccfcbdca6fc4dacde178ff0ec
diff --git a/client/src/themes/Default.ts b/client/src/themes/Default.ts
index aceec0f..a3f1b86 100644
--- a/client/src/themes/Default.ts
+++ b/client/src/themes/Default.ts
@@ -302,12 +302,12 @@
             },
           },
           thumb: {
-            width: '28px',
-            height: '28px',
+            boxSizing: 'border-box',
+            width: '30px',
+            height: '30px',
             border: `1px solid ${palette.primary.dark}`,
+            boxShadow: 'none',
             '.Mui-checked.Mui-checked &': {
-              width: '30px',
-              height: '30px',
               border: 'none',
             },
           },