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
(cherry picked from commit 5d51320)
  • Loading branch information
Nihantra-Patel authored and mergify[bot] committed Apr 19, 2024
1 parent f1446ea commit d6a060d
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 d6a060d

Please sign in to comment.