From e4eba5556172fb449ab7f1789d8488cca5c5ee75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 4 Jun 2026 18:07:23 +0200 Subject: [PATCH] Make large table sort icons bolder --- styles/42-components-data-display.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/42-components-data-display.css b/styles/42-components-data-display.css index 0e5f4fc..846e23e 100644 --- a/styles/42-components-data-display.css +++ b/styles/42-components-data-display.css @@ -125,5 +125,6 @@ .sg-large-table__sort-icon { flex: 0 0 auto; font-size: 1.05em; + font-weight: var(--font-weight-semibold); line-height: 1; }