From 9bf682c897cc58926927a8b31db652cccfc52c6b Mon Sep 17 00:00:00 2001 From: Joel Alphonso Date: Tue, 10 Jul 2018 14:15:50 -0400 Subject: [PATCH] Add "currentColor" as fill for svg sprite property --- src/Charcoal/Property/SpriteProperty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Charcoal/Property/SpriteProperty.php b/src/Charcoal/Property/SpriteProperty.php index 8370bde8..ba8919a2 100644 --- a/src/Charcoal/Property/SpriteProperty.php +++ b/src/Charcoal/Property/SpriteProperty.php @@ -211,7 +211,7 @@ public function displayVal($val, array $options = []) if ($val !== '') { $val = $this->view->render( - '', + '', [ 'spritePathWithHash' => $this->sprite().'#'.$val ]