Fix incorect border drawing and remove light borders as no longer needed

This commit is contained in:
Jack Zeal 2026-03-27 19:13:11 -07:00
parent f7d2be37ea
commit c37f343377
3 changed files with 19 additions and 32 deletions

View file

@ -150,7 +150,7 @@ create_item_scene(struct wlr_scene_tree *parent, struct view *view,
.bg_color = switcher_theme->item_active_bg_color,
.width = switcher_theme->item_width,
.height = switcher_theme->item_height,
.beveled = 2,
.beveled = 1,
};
item->active_bg = lab_scene_rect_create(tree, &opts);