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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-12 17:05:25 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-12 17:05:25 +0300
commit9cbbd2af04f885d80dc7b4f3dff2e1c41bfb1e8c (patch)
tree8f163de3cceeb30bc0bde577a4700d1179390059 /app/src/main/res/values
parent2ba392f999aa7be7017a5ef4d72ac0d5e0e5031e (diff)
#217 SingleCardWidget
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 312cc9461..d295b8fae 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -36,6 +36,6 @@
<!-- <item>#CACBCD</item> -->
</string-array>
- <color name="widget_background">#f5f5f5</color>
+ <color name="widget_background">#ccf5f5f5</color>
<color name="widget_foreground">#212121</color>
</resources>