Fix typo in theme schema (#16711)

Release Notes:

- N/A
This commit is contained in:
狐狸 2024-08-23 10:36:00 +08:00 committed by GitHub
parent 88b03bc074
commit 46ecd7d190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ pub struct ThemeColorsContent {
#[serde(rename = "border.disabled")]
pub border_disabled: Option<String>,
/// Border color. Used for elevated surfaces, like a context menu, popup, or dialog.
/// Background color. Used for elevated surfaces, like a context menu, popup, or dialog.
#[serde(rename = "elevated_surface.background")]
pub elevated_surface_background: Option<String>,