Skip to content

Commit c8e2636

Browse files
committed
Fix another as_dict arg
1 parent e86100d commit c8e2636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_matplotlib/tests/test_theme.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _mock_up_theme() -> None:
2929
Based on:
3030
https://napari.org/stable/gallery/new_theme.html
3131
"""
32-
blue_theme = napari.utils.theme.get_theme("dark", False)
32+
blue_theme = napari.utils.theme.get_theme("dark")
3333
blue_theme.label = "blue"
3434
blue_theme.background = "#4169e1" # my favourite shade of blue
3535
napari.utils.theme.register_theme(

0 commit comments

Comments
 (0)