Skip to content

Commit

Permalink
fix chip foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
s-cork committed Oct 9, 2024
1 parent 5600484 commit faa4133
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client_code/ChipsInput/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,4 @@ def _chip_close_click(self, sender, **event_args):
@staticmethod
def _set_focus(chip, val):
chip.background = _primary if val else ""
chip.chip_label.foreground = "#fff" if val else ""
chip.close_link.foreground = "#fff" if val else ""
chip.foreground = "#fff" if val else ""

0 comments on commit faa4133

Please sign in to comment.