Add themed background images for Hogwarts houses
This commit introduces specific background images for Gryffindor, Slytherin, Ravenclaw, and Hufflepuff houses. Updated the theme configuration to dynamically set these images per house and adjusted the styles to utilize the new theme token for background images.
This commit is contained in:
@@ -30,4 +30,7 @@ export const stylesTokens = {
|
||||
rowEmptyBg: "var(--hp-rowEmptyBg)",
|
||||
rowEmptyText: "var(--hp-rowEmptyText)",
|
||||
rowEmptyBorder: "var(--hp-rowEmptyBorder)",
|
||||
|
||||
// Background
|
||||
bgImage: "var(--hp-bgImage)",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user