DrawPrizeType color
parent
157fbd2315
commit
635c09c771
|
|
@ -16,7 +16,7 @@ enum DrawPrizeType: int {
|
||||||
public function label()
|
public function label()
|
||||||
{
|
{
|
||||||
$color = match ($this) {
|
$color = match ($this) {
|
||||||
static::None => 'warning',
|
static::None => 'success',
|
||||||
static::Goods => 'primary',
|
static::Goods => 'primary',
|
||||||
// static::Wallet => 'blue1',
|
// static::Wallet => 'blue1',
|
||||||
// static::Balance => 'pink',
|
// static::Balance => 'pink',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue