feat: create new theme for textbox and use in TimePicker.

This commit is contained in:
rabbitism
2024-04-27 14:11:00 +08:00
parent 7fb6147d33
commit 1576af3fc7
4 changed files with 89 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
using Avalonia.Controls.Primitives;
namespace Ursa.Controls;
public class TimeRangePicker: TemplatedControl
{
}