summaryrefslogtreecommitdiff
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/components/Schedule.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/Schedule.tsx b/client/src/components/Schedule.tsx
index a0938a8..a22f105 100644
--- a/client/src/components/Schedule.tsx
+++ b/client/src/components/Schedule.tsx
@@ -26,7 +26,7 @@ function Schedule() {
<Paper
elevation={3}
sx={{
- borderRadius: '16px',
+ borderRadius: '8px',
width: 512,
px: 2,
}}