Pagination style fix

This commit is contained in:
2025-12-01 12:35:22 +01:00
parent cb0d050ad4
commit a71b6feefc
4 changed files with 22 additions and 10 deletions

View File

@@ -66,7 +66,9 @@
Selected="layers.Page"
SelectedChanged="OnPageChanged"
ShowFirstButton="true"
ShowLastButton="true"/>
ShowLastButton="true"
Variant="Variant.Outlined"
/>
</MudItem>
</MudGrid>
}
}