Skip to content

Commit b14c954

Browse files
committed
Update color of red used in error indicator
1 parent b65b07f commit b14c954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash-renderer/src/components/error/menu/DebugMenu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
.dash-debug-menu__error-indicator {
168168
width: 8px;
169169
height: 8px;
170-
background-color: red;
170+
background-color: #DC3E42;
171171
border-radius: 100%;
172172
position: absolute;
173173
right: 3px;

0 commit comments

Comments
 (0)