Skip to content

Commit

Permalink
Fix theme ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Jul 16, 2024
1 parent f2512f6 commit 2024ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linodecli/help_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_background_style(self) -> Style:


# The theme to use for CLI help page inline code highlighting
HelpPageInlineCodeTheme = InlineCodeTheme(Style("red"))
HelpPageInlineCodeTheme = InlineCodeTheme(Style(color="red"))


def print_help_env_vars():
Expand Down

0 comments on commit 2024ba4

Please sign in to comment.