mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Adds CCS var usage to person dialog (#4449)
This commit is contained in:
parent
5a172a64c5
commit
2848e3a63b
@ -227,6 +227,7 @@ class DialogPersonDetail extends LitElement {
|
||||
mwc-dialog {
|
||||
min-width: 400px;
|
||||
max-width: 600px;
|
||||
--mdc-dialog-title-ink-color: var(--primary-text-color);
|
||||
}
|
||||
.form {
|
||||
padding-bottom: 24px;
|
||||
@ -243,6 +244,9 @@ class DialogPersonDetail extends LitElement {
|
||||
a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
p {
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user