Skip to content

Commit 58464df

Browse files
committed
Make the dot red.
1 parent 6f48d7a commit 58464df

File tree

1 file changed

+1
-1
lines changed
  • projects/packages/forms/src/dashboard/inbox

1 file changed

+1
-1
lines changed

projects/packages/forms/src/dashboard/inbox/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ body.jetpack_page_jetpack-forms-admin {
521521
}
522522

523523
.jp-forms__inbox__unread-indicator {
524-
color: var(--jp-blue-50, #135e96);
524+
color: #d63638;
525525
font-size: 8px;
526526
margin-right: 4.5px;
527527
margin-left: -12px;

0 commit comments

Comments
 (0)