diff options
| author | Emmanuel Hansen <emmausssss@gmail.com> | 2022-07-11 22:44:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-12 00:44:35 +0200 |
| commit | 2fa6413ed80931d63dee582943dce8a6d8f86974 (patch) | |
| tree | 2cf1b7eaf15c9650d94460da49096db4189129b7 /Ryujinx.Ava/Assets/Styles/BaseLight.xaml | |
| parent | 4523a73f75528d57bc7bc6d78024a6737a012a86 (diff) | |
Avalonia - Add border to Flyouts (#3341)
* add borders to menus
* apply to dropdowns
* darken the border for dark theme
* fix duplicate keys
Diffstat (limited to 'Ryujinx.Ava/Assets/Styles/BaseLight.xaml')
| -rw-r--r-- | Ryujinx.Ava/Assets/Styles/BaseLight.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Ava/Assets/Styles/BaseLight.xaml b/Ryujinx.Ava/Assets/Styles/BaseLight.xaml index 1d1e4fae..45012c5b 100644 --- a/Ryujinx.Ava/Assets/Styles/BaseLight.xaml +++ b/Ryujinx.Ava/Assets/Styles/BaseLight.xaml @@ -49,5 +49,6 @@ <Color x:Key="TextOnAccentFillColorPrimary">#FFFFFFFF</Color> <Color x:Key="SystemChromeWhiteColor">#FFFFFFFF</Color> <Color x:Key="ThemeForegroundColor">#FF000000</Color> + <Color x:Key="MenuFlyoutPresenterBorderColor">#C1C1C1</Color> </Styles.Resources> </Styles>
\ No newline at end of file |
