Browse Source

custom notification color

pull/2453/head
Dan Walmsley 7 years ago
parent
commit
5d3c74d294
  1. 2
      samples/ControlCatalog/Views/NotificationView.xaml

2
samples/ControlCatalog/Views/NotificationView.xaml

@ -1,7 +1,7 @@
<UserControl xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="ControlCatalog.Views.NotificationView">
<Border Padding="12" MinHeight="20" Background="#FF444444">
<Border Padding="12" MinHeight="20" Background="Teal">
<Grid ColumnDefinitions="Auto,*">
<Panel Margin="0,0,12,0" Width="25" Height="25" VerticalAlignment="Top">
<TextBlock Text="&#xE115;" FontFamily="Segoe UI Symbol" FontSize="20" TextAlignment="Center" VerticalAlignment="Center"/>

Loading…
Cancel
Save