fix: Camera aspect-ratio should always apply (#2114)

- Closes #2073
This commit is contained in:
Dermot Duffy
2025-07-13 14:56:03 -07:00
committed by GitHub
parent d0bfb97843
commit c3e7cef9cf
29 changed files with 812 additions and 201 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
$bg-img: url('../images/iris-background.svg');
:host {
background-color: var(--primary-background-color);
background-color: var(--advanced-camera-card-background);
background-position: center;
background-repeat: no-repeat;
background-image: $bg-img;