Update padding for MudPaper components across various features

Increased padding from 'pa-4' to 'pa-6' for MudPaper components in Events, MeetingSchedule, Students, and Teams features to ensure consistent styling and improved visual spacing.
This commit is contained in:
2025-12-27 10:43:15 -05:00
parent d19326781a
commit 5c1e0b7444
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
</ActionButtons>
</PageHeader>
<MudPaper Elevation="2" Class="pa-4">
<MudPaper Elevation="2" Class="pa-6">
<MudDataGrid T="Team"
ServerData="ServerReload"
@ref="_dataGrid"