feat: Add richer card theme support (#1809)

This commit is contained in:
Dermot Duffy
2025-01-07 19:54:13 -08:00
committed by GitHub
parent f7ecb91578
commit 278560b5ac
65 changed files with 1187 additions and 352 deletions
+2 -2
View File
@@ -647,11 +647,11 @@ export class MenuButtonController {
if (critical) {
return {
animation: 'pulse 3s infinite',
color: 'var(--error-color, white)',
color: 'var(--frigate-card-menu-button-critical-color)',
};
}
return {
color: 'var(--primary-color, white)',
color: 'var(--frigate-card-menu-button-active-color)',
};
}