feat: Add support for overriding card border radius (#2298)
- Closes #2287 [skip ci]
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
position: relative;
|
||||
|
||||
// See: https://github.com/dermotduffy/advanced-camera-card/issues/2107
|
||||
border-radius: var(--ha-card-border-radius, 4px);
|
||||
border-radius: var(--advanced-camera-card-border-radius-final);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user