feat: make style but not finished
This commit is contained in:
8
BallanceTasEditor/Styles/NoteBanner.xaml
Normal file
8
BallanceTasEditor/Styles/NoteBanner.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Style x:Key="NoteBannerStyle" TargetType="TextBlock" BasedOn="{StaticResource {x:Type TextBlock}}">
|
||||
<Setter Property="Background" Value="#0097A7"/>
|
||||
<Setter Property="Foreground" Value="#CDDC39"/>
|
||||
<Setter Property="Padding" Value="10"/>
|
||||
</Style>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user