Fix event price table not being themed correctly
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
<table class="min-w-full border border-gray-200 border-collapse mb-8">
|
||||
<f:for each="{categories}" as="category" key="categoryKey">
|
||||
<f:if condition="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1) -> f:count()} > 0">
|
||||
<tr class="text-white {ep:themeClasses(classes: '{sbw: \'bg-sbw-primary\', snz: \'bg-snz-primary\', uch: \'bg-uch-primary\'}', key: settings.themekey)}">
|
||||
<tr class="text-white {ep:themeClasses(classes: '{sbw: \'bg-sbw-primary\', snz: \'bg-snz-primary\', uch: \'bg-uch-primary\'}', key: themekey)}">
|
||||
<td class="px-2 py-1 font-bold border border-gray-200">
|
||||
Apartments {category}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user