feat: update light theme.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<TextBlock Text="{Binding #page.CurrentPage}" />
|
||||
<u:Pagination
|
||||
Name="page"
|
||||
PageSizeOptions="{Binding PageSizes}"
|
||||
PageSizeOptions="10, 20, 50, 100"
|
||||
TotalCount="600" />
|
||||
</StackPanel>
|
||||
</UserControl>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using Avalonia.Collections;
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
Reference in New Issue
Block a user