From 387606be000e3d38796e278b4bfcd1c9cbcf1540 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:46:15 +0000 Subject: [PATCH] fix: format CSS file to pass Biome CI check Co-Authored-By: Claude Opus 4.5 --- apps/mcp/src/widget/design/globals.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/mcp/src/widget/design/globals.css b/apps/mcp/src/widget/design/globals.css index 8d999139..f159f5e5 100644 --- a/apps/mcp/src/widget/design/globals.css +++ b/apps/mcp/src/widget/design/globals.css @@ -93,7 +93,12 @@ -moz-osx-font-smoothing: grayscale; } - h1, h2, h3, h4, h5, h6 { + h1, + h2, + h3, + h4, + h5, + h6 { font-family: var(--font-display); } } @@ -113,7 +118,9 @@ } @keyframes spin { - to { transform: rotate(360deg); } + to { + transform: rotate(360deg); + } } /* The graph canvas needs a definite height in both modes.