diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-04-04 20:42:42 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-04-04 20:53:42 +0200 |
commit | 75efd135561795fdabdd122153a02134f749ab88 (patch) | |
tree | 505fea581d1414b5e10530ac198ffe3629534a95 /ui/src/main/res/values-night | |
parent | cd812b03cdacbad50f66581f08c25f3ffa33c1fb (diff) |
ui: don't create fake theme color attr
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values-night')
-rw-r--r-- | ui/src/main/res/values-night/themes.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/main/res/values-night/themes.xml b/ui/src/main/res/values-night/themes.xml index a2d5022a..9187e48a 100644 --- a/ui/src/main/res/values-night/themes.xml +++ b/ui/src/main/res/values-night/themes.xml @@ -27,6 +27,5 @@ <item name="colorOnSurfaceInverse">@color/md_theme_dark_inverseOnSurface</item> <item name="colorSurfaceInverse">@color/md_theme_dark_inverseSurface</item> <item name="colorPrimaryInverse">@color/md_theme_dark_inversePrimary</item> - <item name="colorMultiselectActiveBackground">@color/md_theme_dark_surfaceVariant</item> </style> </resources> |