Skip to content

Commit

Permalink
Merge pull request #1436 from unoplatform/dev/agzi/AdjustSelectedOpacity
Browse files Browse the repository at this point in the history
fix: Adjust Selected Opacity
  • Loading branch information
agneszitte authored Jun 25, 2024
2 parents 85732f9 + 2f2b36b commit 1745f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/material-colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<x:Double x:Key="FocusedOpacity">0.12</x:Double>
<x:Double x:Key="PressedOpacity">0.12</x:Double>
<x:Double x:Key="DraggedOpacity">0.16</x:Double>
<x:Double x:Key="SelectedOpacity">0.16</x:Double>
<x:Double x:Key="SelectedOpacity">0.08</x:Double>
<x:Double x:Key="MediumOpacity">0.64</x:Double>
<x:Double x:Key="LowOpacity">0.32</x:Double>
<x:Double x:Key="DisabledOpacity">0.12</x:Double>
Expand Down

0 comments on commit 1745f99

Please sign in to comment.