From 60486dbcc3e46ae6dd60ae4ff9f2c78310b24cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <583546+oandregal@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:25:36 +0100 Subject: [PATCH] DataViews: make `Actions` styles the same as any other column header (#56654) --- packages/edit-site/src/components/dataviews/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/edit-site/src/components/dataviews/style.scss b/packages/edit-site/src/components/dataviews/style.scss index 8460c95ef4316..68a00b81bb63f 100644 --- a/packages/edit-site/src/components/dataviews/style.scss +++ b/packages/edit-site/src/components/dataviews/style.scss @@ -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 {