Skip to content

Commit

Permalink
change default code_theme of CodeInput
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Dec 26, 2023
1 parent 7201460 commit 69d8981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scwidgets/code/_widget_code_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
function_parameters: Optional[str] = None,
docstring: Optional[str] = None,
function_body: Optional[str] = None,
code_theme: str = "north",
code_theme: str = "default",
):
if function is not None:
function_name = (
Expand Down

0 comments on commit 69d8981

Please sign in to comment.