Use color.HTMLColor instead of the color string.
This commit is contained in:
parent
71b0a5dc56
commit
e8a21bf6a0
@ -55,7 +55,9 @@ class AccessPointView(PulsingIcon):
|
||||
|
||||
self.props.colors = [
|
||||
[ None, None ],
|
||||
[ self._inactive_stroke_color, self._inactive_fill_color ]
|
||||
[ color.HTMLColor(self._inactive_stroke_color),
|
||||
color.HTMLColor(self._inactive_fill_color)
|
||||
]
|
||||
]
|
||||
|
||||
self._update_icon()
|
||||
|
Loading…
Reference in New Issue
Block a user