6
0
Fork 0

DrawPrizeType color

base
panliang 2026-05-13 13:10:51 +08:00
parent 157fbd2315
commit 635c09c771
1 changed files with 1 additions and 1 deletions

View File

@ -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',