[#610] changed fontsize for calendar name (#612)

This commit is contained in:
Camille Moussu
2026-03-10 16:37:42 +01:00
committed by GitHub
parent dcc8ba46c3
commit 047cbeef62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export function CalendarName({ calendar }: { calendar: Calendar }) {
}}
/>
<Box style={{ display: "flex", flexDirection: "column" }}>
<Typography sx={{ wordBreak: "break-word" }}>
<Typography variant="body2" sx={{ wordBreak: "break-word" }}>
{renameDefault(calendar.name, ownerDisplayName, t, isOwnCalendar)}
</Typography>
<OwnerCaption
+1 -1
View File
@@ -808,7 +808,7 @@ export default function EventFormFields({
>
{selectedCalendar?.name ? (
<Box style={{ display: "flex", flexDirection: "column" }}>
<Typography sx={{ wordBreak: "break-word" }}>
<Typography variant="body2" sx={{ wordBreak: "break-word" }}>
{renameDefault(
selectedCalendar.name,
selectedOwnerDisplayName,