From 04d01b0bab7ac7897d96372feaf058a67fa1b8a1 Mon Sep 17 00:00:00 2001 From: Jin Mao Date: Mon, 9 Feb 2026 04:49:06 +0800 Subject: [PATCH] chore: fix lint --- packages/@core/base/design/src/css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@core/base/design/src/css/global.css b/packages/@core/base/design/src/css/global.css index cd78a23f..a820909f 100644 --- a/packages/@core/base/design/src/css/global.css +++ b/packages/@core/base/design/src/css/global.css @@ -16,13 +16,13 @@ html { @apply text-foreground bg-background font-sans; + scroll-behavior: smooth; font-size: var(--font-size-base, 16px); font-variation-settings: normal; font-synthesis-weight: none; line-height: 1.15; - text-size-adjust: 100%; - scroll-behavior: smooth; text-rendering: optimizelegibility; + text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; /* -webkit-font-smoothing: antialiased;