mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 05:20:31 +00:00
Use border radius design tokens in codebase (#27169)
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
@@ -236,7 +236,7 @@ export class StateBadge extends LitElement {
|
||||
border-radius: var(--state-badge-with-media-image-border-radius, 8%);
|
||||
}
|
||||
:host(.has-no-radius) {
|
||||
border-radius: 0;
|
||||
border-radius: var(--ha-border-radius-square);
|
||||
}
|
||||
:host(:focus) {
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user