Skip to content

Commit

Permalink
fix: do not share the Expr for text_color and background_color
Browse files Browse the repository at this point in the history
Signed-off-by: Maarten A. Breddels <maartenbreddels@gmail.com>
  • Loading branch information
maartenbreddels committed Feb 10, 2023
1 parent 5907817 commit 8c1a899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipydatagrid/cellrenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from bqplot import ColorScale, Scale
from ipywidgets import Color, Widget, widget_serialization
from py2vega import Variable, py2vega
from traitlets import Any, Bool, Enum, Float, Instance, Unicode, Union, validate
from traitlets import Any, Bool, Enum, Float, Instance, Unicode, Union, validate, default

from ._frontend import module_name, module_version

Expand Down

0 comments on commit 8c1a899

Please sign in to comment.