From 2f2b36bed83527a71f2b3b26a2de3ed417bca9f7 Mon Sep 17 00:00:00 2001 From: agneszitte Date: Fri, 21 Jun 2024 22:28:00 -0400 Subject: [PATCH] fix: Adjust Selected Opacity --- doc/material-colors.md | 2 +- .../Styles/Applications/Common/SharedColorPalette.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/material-colors.md b/doc/material-colors.md index 615e41d0..5a56f48c 100644 --- a/doc/material-colors.md +++ b/doc/material-colors.md @@ -50,7 +50,7 @@ uid: Uno.Themes.Material.Colors | FocusedOpacity | 0.12 | | PressedOpacity | 0.12 | | DraggedOpacity | 0.16 | -| SelectedOpacity | 0.16 | +| SelectedOpacity | 0.08 | | MediumOpacity | 0.64 | | LowOpacity | 0.32 | | DisabledOpacity | 0.12 | diff --git a/src/library/Uno.Themes/Styles/Applications/Common/SharedColorPalette.xaml b/src/library/Uno.Themes/Styles/Applications/Common/SharedColorPalette.xaml index f9e4f375..ccb128da 100644 --- a/src/library/Uno.Themes/Styles/Applications/Common/SharedColorPalette.xaml +++ b/src/library/Uno.Themes/Styles/Applications/Common/SharedColorPalette.xaml @@ -128,7 +128,7 @@ 0.12 0.12 0.16 - 0.16 + 0.08 0.64 0.32 0.12