Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit ba4e542

Browse files
author
Helman Budianto
committed
Change default image font color for feed
1 parent e5e8fca commit ba4e542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stackla/Api/Widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public function setDefaultValue()
466466
'text_tile_font_color' => '666666',
467467
'text_tile_font_size' => 18,
468468
'image_tile_background' => 'ffffff',
469-
'image_tile_font_color' => 'ffffff',
469+
'image_tile_font_color' => '666666',
470470
'image_tile_font_size' => 18,
471471
'width' => 970,
472472
'height' => 600,

0 commit comments

Comments
 (0)