mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
style: update rarity color for 'Transcendent'
- Change the rarity color class for 'Transcendent' from 'text-orange-400' to 'text-violet-400'.
This commit is contained in:
@@ -28,7 +28,7 @@ class ChampionSkinController extends Controller
|
|||||||
'Rare' => 'text-pink-300',
|
'Rare' => 'text-pink-300',
|
||||||
'Mythic' => 'text-purple-500',
|
'Mythic' => 'text-purple-500',
|
||||||
'Ultimate' => 'text-yellow-400',
|
'Ultimate' => 'text-yellow-400',
|
||||||
'Transcendent' => 'text-orange-400',
|
'Transcendent' => 'text-violet-400',
|
||||||
];
|
];
|
||||||
|
|
||||||
return view('skins.index', ['skins' => $skins, 'rarityColor' => $rarityColor]);
|
return view('skins.index', ['skins' => $skins, 'rarityColor' => $rarityColor]);
|
||||||
|
|||||||
Reference in New Issue
Block a user