Merge pull request #635 from dermotduffy/message-color
Fix message color
This commit is contained in:
@@ -2597,7 +2597,7 @@ integration versions.
|
|||||||
If the timeline shows a message such as `Failed to receive response from Home
|
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
|
Assistant for request.` make sure you are running a version of the [Frigate
|
||||||
integration](https://github.com/blakeblackshear/frigate-hass-integration) >=
|
integration](https://github.com/blakeblackshear/frigate-hass-integration) >=
|
||||||
3.0.0.
|
3.0.0-rc.1.
|
||||||
|
|
||||||
### Fullscreen Button Does Not Appear On iPhone
|
### Fullscreen Button Does Not Appear On iPhone
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
user-select: text;
|
user-select: text;
|
||||||
// Safari only has prefixed support.
|
// Safari only has prefixed support.
|
||||||
-webkit-user-select: text;
|
-webkit-user-select: text;
|
||||||
|
|
||||||
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.wrapper {
|
div.wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user