Skip to content

Commit ff4353d

Browse files
committed
Add class=error to error boxes
1 parent b30ab0a commit ff4353d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cellpainter/cellpainter/gui/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ def world_key(d: dict[str, str]):
350350
)
351351
if ar.has_error():
352352
box = div(
353+
_class='error',
353354
border='2px var(--red) solid',
354355
px=8,
355356
py=4,

0 commit comments

Comments
 (0)