Adds correct default value to collection color plugin.

This commit is contained in:
mateuswetah 2018-08-30 09:47:18 -03:00
parent e73d6a4074
commit 12a1b1a195
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class TainacanThemeCollectionColor {
<input
style="height: 40px;width: 40px;margin: 0.5rem 0.1rem;border: 0;padding: 0;"
type="color"
value="pink"
value="#2c2d2d"
name="<?php echo $this->meta_name; ?>">
</input>
</div>