Fix typo in font-weight setting story (#14958)

Release Notes:

- N/A
This commit is contained in:
Floyd Wang 2024-07-22 19:49:27 +08:00 committed by GitHub
parent 0155435142
commit 1ea363b020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ impl SettingStory {
)
.add_setting(
SettingsItem::new(
"font-weifht",
"font-weight",
"Font Weight".into(),
SettingType::Dropdown,
Some("400".to_string().into()),