Skip to content

Commit

Permalink
DataViews: make Actions styles the same as any other column header (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal authored Nov 30, 2023
1 parent 9473d62 commit 60486db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/dataviews/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
}
th {
text-align: left;
color: var(--wp-components-color-foreground, $gray-900);
font-weight: normal;
padding: 0 $grid-unit-20 $grid-unit-20;
color: $gray-700;
font-size: $default-font-size;
}
td,
th {
Expand Down

0 comments on commit 60486db

Please sign in to comment.