fix styling inconsistencies

This commit is contained in:
Gregor Vostrak
2026-01-27 20:45:17 +01:00
parent 99400ca655
commit 44bcce97cf
5 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ const expandedStatusClasses = computed(() => {
if (props.expanded) {
return 'border-card-border border bg-quaternary text-text-primary';
}
return 'border-card-border border hover:bg-tertiary hover:text-text-primary transition text-text-secondary';
return 'border-card-border bg-secondary border hover:bg-tertiary hover:text-text-primary transition text-text-secondary';
});
</script>