Add text color to error row (#2007)

Fixes #2002
This commit is contained in:
Paulus Schoutsen 2018-11-07 17:37:04 +01:00 committed by Zack Arnett
parent a26a37233b
commit 787ea885cc

View File

@ -21,6 +21,7 @@ class HuiErrorEntityRow extends LitElement {
<style> <style>
:host { :host {
display: block; display: block;
color: black;
background-color: yellow; background-color: yellow;
padding: 8px; padding: 8px;
} }