mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +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 {
|
mwc-dialog {
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
--mdc-dialog-title-ink-color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
.form {
|
.form {
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
@ -243,6 +244,9 @@ class DialogPersonDetail extends LitElement {
|
|||||||
a {
|
a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
color: var(--primary-text-color);
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user