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 -1
View File
@@ -1,4 +1,5 @@
$bg-img: url('../images/camera-iris-transparent.svg');
// Use the outlined Iris logo since the background color is unknown.
$bg-img: url('../images/iris-background.svg');
:host {
background-color: var(--primary-background-color);