Skip to content

Commit

Permalink
fix: Adjust Selected Opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
agneszitte committed Jun 22, 2024
1 parent 85732f9 commit 2f2b36b
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 2f2b36b

Please sign in to comment.