aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/src/component.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat/src/component.rs')
-rwxr-xr-xazalea-chat/src/component.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/src/component.rs b/azalea-chat/src/component.rs
index 8a038bf0..291baa16 100755
--- a/azalea-chat/src/component.rs
+++ b/azalea-chat/src/component.rs
@@ -18,7 +18,7 @@ pub enum Component {
lazy_static! {
pub static ref DEFAULT_STYLE: Style = Style {
- color: Some(ChatFormatting::WHITE.try_into().unwrap()),
+ color: Some(ChatFormatting::White.try_into().unwrap()),
..Style::default()
};
}