Skip to content

Commit a791bdb

Browse files
committed
Fix capabilities test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 5bae5bf commit a791bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/theming/tests/CapabilitiesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function dataGetCapabilities() {
7474
'slogan' => 'slogan',
7575
'color' => '#FFFFFF',
7676
'color-text' => '#000000',
77-
'color-element' => '#555555',
77+
'color-element' => '#dddddd',
7878
'logo' => 'http://absolute/logo',
7979
'background' => 'http://absolute/background',
8080
'background-plain' => false,

0 commit comments

Comments
 (0)