diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-05-05 03:09:38 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-05-05 13:18:30 +0200 |
commit | 40eaa54cf025d3b4d4f75ab907602e8ecbfe05ad (patch) | |
tree | be7fc68f3ab82f05ab0625e3461a6f6a04d40242 /ui/src/main/res/values | |
parent | a3bfa6f1ab492f1564b7d256f5b31496de3a974d (diff) |
ui: reformat all code
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r-- | ui/src/main/res/values/themes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values/themes.xml b/ui/src/main/res/values/themes.xml index e8d36cdd..0153d346 100644 --- a/ui/src/main/res/values/themes.xml +++ b/ui/src/main/res/values/themes.xml @@ -1,5 +1,5 @@ - <resources> + <style name="WireGuardTheme" parent="Theme.Material3.Light"> <item name="colorPrimary">@color/md_theme_light_primary</item> <item name="colorOnPrimary">@color/md_theme_light_onPrimary</item> |