Files
Lattice/Lattice.UI/Themes/Styles/LatticeNotification.xaml
2026-01-07 23:54:00 +03:00

16 lines
689 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Style x:Key="LatticeNotificationStyle" TargetType="InfoBar">
<Setter Property="Margin" Value="12,4" />
<Setter Property="CornerRadius" Value="8" />
<Setter Property="IsIconVisible" Value="True" />
<!-- В 2026 году используем полупрозрачность Acrylic для уведомлений -->
<Setter Property="Background" Value="{ThemeResource SystemControlAcrylicElementBrush}" />
</Style>
</ResourceDictionary>