Fix typo in theme schema (#16711)

Release Notes:

- N/A
This commit is contained in:
狐狸
2024-08-22 22:36:00 -04:00
committed by GitHub
parent 88b03bc074
commit 46ecd7d190
+1 -1
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>,