Use border radius design tokens in codebase (#27169)

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
Wendelin
2025-10-03 13:11:30 +02:00
committed by GitHub
parent 76c9723c71
commit fdd66b5cec
213 changed files with 544 additions and 463 deletions

View File

@@ -61,7 +61,7 @@ export class HaMarkdown extends LitElement {
code,
pre {
background-color: var(--markdown-code-background-color, none);
border-radius: 3px;
border-radius: var(--ha-border-radius-sm);
}
svg {
background-color: var(--markdown-svg-background-color, none);