feat: Add a theme for HeaderedContentControl as GroupBox.

This commit is contained in:
Zhang Dian
2023-05-10 23:50:01 +08:00
parent 503af76f0c
commit cefa6bb4df
9 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="HeaderedContentControlDefaultBackground" Color="Transparent" />
<SolidColorBrush x:Key="HeaderedContentControlDefaultBorderBrush" Opacity="0.08" Color="#F9F9F9" />
</ResourceDictionary>