aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Thumbs/Text.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-20 16:05:24 -0800
committerzotlabs <mike@macgirvin.com>2017-11-20 16:05:24 -0800
commit1810edae93565d5340e724b4411520ea18e2b7e0 (patch)
tree4212d3ec60d7dc6241e84fe68891d4bc6f757c93 /Zotlabs/Thumbs/Text.php
parent7f9ab491f29a71387bbbb066b9f6cea083d8813c (diff)
downloadvolse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.tar.gz
volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.tar.bz2
volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.zip
more work theming the tile view
Diffstat (limited to 'Zotlabs/Thumbs/Text.php')
-rw-r--r--Zotlabs/Thumbs/Text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Thumbs/Text.php b/Zotlabs/Thumbs/Text.php
index 86d788992..3ee7819bd 100644
--- a/Zotlabs/Thumbs/Text.php
+++ b/Zotlabs/Thumbs/Text.php
@@ -23,7 +23,7 @@ class Text {
$image = imagecreate($width,$height);
imagecolorallocate($image,255,255,255);
$colour = imagecolorallocate($image,0,0,0);
- $border = imagecolorallocate($image,64,64,64);
+ $border = imagecolorallocate($image,208,208,208);
$x1 = 0;
$y1 = 0;