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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-08-30 15:45:06 +0300
committerJulius Härtl <jus@bitgrid.net>2018-08-30 15:45:06 +0300
commita791bdb3abed1fe2ab1e705ede04fdb644e2d98b (patch)
tree2f27a67d3a55bae5283356a17cfd830ea80ec47d /apps/theming/tests
parent5bae5bf3ebd6001a8ddbf988714e6bf90d48d692 (diff)
Fix capabilities test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r--apps/theming/tests/CapabilitiesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/CapabilitiesTest.php b/apps/theming/tests/CapabilitiesTest.php
index 31e0ae79970..775b588c781 100644
--- a/apps/theming/tests/CapabilitiesTest.php
+++ b/apps/theming/tests/CapabilitiesTest.php
@@ -74,7 +74,7 @@ class CapabilitiesTest extends TestCase {
'slogan' => 'slogan',
'color' => '#FFFFFF',
'color-text' => '#000000',
- 'color-element' => '#555555',
+ 'color-element' => '#dddddd',
'logo' => 'http://absolute/logo',
'background' => 'http://absolute/background',
'background-plain' => false,