Merge pull request #635 from dermotduffy/message-color

Fix message color
This commit is contained in:
Dermot Duffy
2022-06-06 21:16:20 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2597,7 +2597,7 @@ integration versions.
If the timeline shows a message such as `Failed to receive response from Home
Assistant for request.` make sure you are running a version of the [Frigate
integration](https://github.com/blakeblackshear/frigate-hass-integration) >=
3.0.0.
3.0.0-rc.1.
### Fullscreen Button Does Not Appear On iPhone
+2
View File
@@ -7,6 +7,8 @@
user-select: text;
// Safari only has prefixed support.
-webkit-user-select: text;
color: var(--primary-text-color);
}
div.wrapper {