From 4773c39a57680fbee230639477aa8a5d65dc7b51 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Fri, 9 Oct 2020 11:29:47 +0200 Subject: [PATCH] Ensure ha-dialog uses correct color (#7255) --- src/resources/styles.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/resources/styles.ts b/src/resources/styles.ts index eedbcd8d5b..ff7235f9d9 100644 --- a/src/resources/styles.ts +++ b/src/resources/styles.ts @@ -299,6 +299,10 @@ export const haStyleDialog = css` color: var(--primary-text-color); } + a { + color: var(--primary-color); + } + /* make dialog fullscreen on small screens */ @media all and (max-width: 450px), all and (max-height: 500px) { ha-dialog {