fixed typo

This commit is contained in:
2025-12-14 23:47:04 +03:00
parent 65e54f9c0b
commit bb1c14d566
7 changed files with 8 additions and 5 deletions

View File

@@ -305,7 +305,7 @@ void color_scheme_editor::render_color_table()
};
draw_table("General UI", {"background", "on_background", "surface", "on_surface",
"surface_variant", "on_surface_varuant", "foreground",
"surface_variant", "on_surface_variant", "foreground",
"cursor", "accent"});
draw_table("Borders", {"border_focused", "border"});