summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-08-06 17:21:21 -0700
committerMichael Hunteman <michael@huntm.net>2024-08-06 17:21:21 -0700
commitaefab5f11ec64c3e4d8ffe506f2838553497cf65 (patch)
tree8e8b34e3ca28de88609ed5dcd35a0f1f30747786
parent52e6170705b17712a5713b34dfed80de8c898d10 (diff)
Update schedule border radius
-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,
}}