by default edited as a black color

This commit is contained in:
Burak Civan
2022-06-23 14:41:29 +03:00
parent f9e66a761e
commit 62e717a1b8
7 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
@php
if (empty($color)) {
$color = 'to-purple';
$color = 'to-black';
}
if (empty($groupHover)) {