Skip to content

Commit ef05843

Browse files
committed
Disable header colors
1 parent c310cbf commit ef05843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/user-controls/Card.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
});
4343
</script>
4444

45-
<BaseCard {noPadding} class="{cardClassID} {$$props.class || ''}" bind:this="{card}">
45+
<BaseCard {noPadding} class="{cardClassID} {$$props.class || ''}" bind:this="{card}" headerBackgroundColor="{null}" titleColor="{null}">
4646
<svelte:fragment slot="header">
4747
<slot name="header" />
4848
</svelte:fragment>

0 commit comments

Comments
 (0)