+ Favorite |
+ ${isAll ? `${legendSwatch(neutFill)}` : `${legendSwatch(favFill)}`} |
+ ${isAll ? `${legendSwatch(neutFill,false,true)}` : `${legendSwatch(favFill,false,true)}`} |
+ ${isAll ? `${legendSwatch(neutFill,true,true)}` : `${legendSwatch(favFill,true, true)}`} |
+ ${isAll ? `${legendSwatch(neutFill,false,false,true)}` : `${legendSwatch(favFill,false,false,true)}`} |
+
+
+ Underdog |
+ ${isAll ? `` : `${legendSwatch(undFill)}`} |
+ ${isAll ? `${legendSwatch(neutFillSecondary)}` : `${legendSwatch(undFill,true,true)}`} |
+ ${isAll ? `${legendSwatch(neutFillSecondary)}` : `${legendSwatch(undFill,true, true)}`} |
+ ${isAll ? `${legendSwatch(neutFillSecondary,false,false,true)}` : `${legendSwatch(undFill,false,false,true)}`} |
+
+