Skip to content

Commit

Permalink
Fix primary text color
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 5, 2024
1 parent 8b52a31 commit 1754619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dataviews/src/components/dataviews/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
.dataviews-primary-field {
font-size: $default-font-size;
font-weight: 500;
color: $gray-700;
color: $gray-800;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
Expand All @@ -62,7 +62,7 @@
overflow: hidden;
display: block;
flex-grow: 0;
color: $gray-900;
color: $gray-800;

&:hover {
color: var(--wp-admin-theme-color);
Expand Down

0 comments on commit 1754619

Please sign in to comment.