Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-07 11:46:07 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-07 11:46:07 +0300
commit573deb2e30b6b6f421bc530322eafc82d6616768 (patch)
treef25326551688ef02d60bb303e09d3cb88a0e5115 /app/src/main/res/values
parentcfc4eb26b0c5746e35b0132756532e60c1aa88d0 (diff)
assign primary to bg_normal
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 73a39778..c9c94fde 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -11,7 +11,7 @@
<color name="defaultTextHighlightBackground">#2233334a</color>
<color name="bg_highlighted">#eee</color>
- <color name="bg_normal">#ffffff</color>
+ <color name="bg_normal">@color/primary</color>
<color name="bg_attention">#d40000</color>
<color name="bg_warning">#ffcc00</color>
<color name="fg_default">#000000</color>