diff options
Diffstat (limited to 'minecraft-chat/src/base_component.rs')
| -rw-r--r-- | minecraft-chat/src/base_component.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft-chat/src/base_component.rs b/minecraft-chat/src/base_component.rs index 40fb3909..b07e08e7 100644 --- a/minecraft-chat/src/base_component.rs +++ b/minecraft-chat/src/base_component.rs @@ -11,7 +11,7 @@ impl BaseComponent { pub fn new() -> Self { Self { siblings: Vec::new(), - style: Style::new(), + style: Style::default(), } } } |
