diff --git a/sidebar.py b/sidebar.py index 6101b1e..4de2a2f 100644 --- a/sidebar.py +++ b/sidebar.py @@ -213,7 +213,7 @@ def display_chips(self, chips: list[Tuple[Chip, tk.PhotoImage]]): self.chips_inner_frame, image=chip_image, text=chip.chip_type, - compound="top", + compound="center", font=fira_code_font, fg="white", # Set text color to white bg="#333333",