We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59a959c + 0adae46 commit 31e8758Copy full SHA for 31e8758
src/Field.php
@@ -55,7 +55,7 @@ protected function palette($color = null)
55
$value['slug'] => array_merge($value, [
56
'text' => sprintf('has-text-color has-%s-color', $value['slug']),
57
'background' => sprintf('has-background has-%s-background-color', $value['slug']),
58
- ]);
+ ])
59
]);
60
}
61
0 commit comments