mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 02:00:48 +01:00
This commit is contained in:
@@ -30,6 +30,7 @@ class ChampionSkinController extends Controller
|
|||||||
'Mythic' => 'text-purple-500',
|
'Mythic' => 'text-purple-500',
|
||||||
'Ultimate' => 'text-yellow-400',
|
'Ultimate' => 'text-yellow-400',
|
||||||
'Transcendent' => 'text-violet-400',
|
'Transcendent' => 'text-violet-400',
|
||||||
|
'Exalted' => 'text-violet-300',
|
||||||
];
|
];
|
||||||
|
|
||||||
return view('skins.index', ['skins' => $skins, 'rarityColor' => $rarityColor])->fragmentIf($request->hasHeader('HX-Request'), 'skin-list');
|
return view('skins.index', ['skins' => $skins, 'rarityColor' => $rarityColor])->fragmentIf($request->hasHeader('HX-Request'), 'skin-list');
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ module.exports = {
|
|||||||
"text-purple-500",
|
"text-purple-500",
|
||||||
"text-yellow-400",
|
"text-yellow-400",
|
||||||
"text-violet-400",
|
"text-violet-400",
|
||||||
|
"text-violet-300",
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
|
|||||||
Reference in New Issue
Block a user