Add placeholder text as a feature of Editor, use it in chat panel

This commit is contained in:
Max Brunsfeld
2021-09-02 17:36:56 -07:00
parent 1c43121ae0
commit 522bef2e3a
6 changed files with 63 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ pub struct TextStyle {
pub font_properties: Properties,
}
#[derive(Clone, Debug)]
#[derive(Clone, Debug, Default)]
pub struct HighlightStyle {
pub color: Color,
pub font_properties: Properties,