Skip to content

Commit

Permalink
fix: dashboard link number color for timeless night (#26058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihantra-Patel committed Apr 19, 2024
1 parent dad7acd commit 5d51320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/scss/desk/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
background-color: var(--gray-100);
font-size: var(--text-xs);
padding: 0 var(--padding-sm);
color: var(--indicator-red);
color: var(--gray-700);
border-radius: var(--border-radius);
cursor: pointer;
}
Expand Down

0 comments on commit 5d51320

Please sign in to comment.