diff --git a/src/UWP/Services/DeviceActionService.cs b/src/UWP/Services/DeviceActionService.cs index 3ce971716..1f8712261 100644 --- a/src/UWP/Services/DeviceActionService.cs +++ b/src/UWP/Services/DeviceActionService.cs @@ -140,11 +140,9 @@ namespace Bit.UWP.Services Message = text, TextWrapping = TextWrapping.Wrap, MillisecondsUntilHidden = Convert.ToInt32(longDuration ? 5 : 2) * 1000, - Background = new SolidColorBrush(Color.FromArgb(255, 73, 73, 73)), - Foreground = new SolidColorBrush(Colors.White), + Background = new SolidColorBrush(Color.FromArgb(240, 210, 214, 222)), + Foreground = new SolidColorBrush(Color.FromArgb(240, 60, 141, 188)), Margin = new Thickness(0, 0, 0, 100), - HorizontalAlignment = HorizontalAlignment.Center, - VerticalAlignment = VerticalAlignment.Bottom, HorizontalContentAlignment = HorizontalAlignment.Center, VerticalContentAlignment = VerticalAlignment.Center, Stretch = Stretch.Uniform,