fix(SW-1180): update theme logic
This commit is contained in:
@@ -43,7 +43,7 @@ export default function CardsGrid({
|
|||||||
return (
|
return (
|
||||||
<Card
|
<Card
|
||||||
theme={
|
theme={
|
||||||
cards_grid.theme ?? (card.backgroundImage ? "image" : "one")
|
card.backgroundImage ? "image" : cards_grid.theme ?? "one"
|
||||||
}
|
}
|
||||||
key={card.system.uid}
|
key={card.system.uid}
|
||||||
scriptedTopTitle={card.scripted_top_title}
|
scriptedTopTitle={card.scripted_top_title}
|
||||||
|
|||||||
Reference in New Issue
Block a user